[package] name = "spargebra" version = "0.3.0-alpha.1-dev" authors.workspace = true license.workspace = true readme = "README.md" keywords = ["SPARQL"] repository = "https://github.com/oxigraph/oxigraph/tree/main/lib/spargebra" homepage.workspace = true documentation = "https://docs.rs/spargebra" description = """ A SPARQL parser """ edition.workspace = true rust-version.workspace = true [features] default = [] rdf-star = ["oxrdf/rdf-star"] sep-0002 = [] sep-0006 = [] [dependencies] peg = "0.8" rand = "0.8" oxiri = "0.2" oxilangtag = "0.1" oxrdf = { version = "0.2.0-alpha.1-dev", path="../oxrdf" } [lints] workspace = true [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]