Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oxigraph/lib/sparesults/Cargo.toml

26 lines
583 B

[package]
name = "sparesults"
2 years ago
version = "0.1.3"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["SPARQL"]
repository = "https://github.com/oxigraph/oxigraph/tree/main/lib/sparesults"
homepage = "https://oxigraph.org/"
description = """
SPARQL query results formats parsers and serializers
"""
edition = "2021"
[features]
default = []
rdf-star = ["oxrdf/rdf-star"]
[dependencies]
json-event-parser = "0.1"
2 years ago
oxrdf = { version = "0.1.1", path="../oxrdf" }
quick-xml = "0.26"
[package.metadata.docs.rs]
all-features = true