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.
|
|
|
[package]
|
|
|
|
name = "sparesults"
|
|
|
|
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"
|
|
|
|
rust-version = "1.60"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
rdf-star = ["oxrdf/rdf-star"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
json-event-parser = "0.1"
|
|
|
|
oxrdf = { version = "0.1.1", path="../oxrdf" }
|
|
|
|
quick-xml = "0.26"
|
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
all-features = true
|