# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sparql_service" version = "0.1.55" authors = [ "Jose Emilio Labra Gayo ", "Ángel Iglesias Préstamo ", "Marc-Antoine Arnaud ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "RDF data shapes implementation in Rust" homepage = "https://rudof-project.github.io/rudof" documentation = "https://docs.rs/sparql_service" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rudof-project/rudof" [lib] name = "sparql_service" path = "src/lib.rs" [dependencies.colored] version = "2" [dependencies.const_format] version = "0.2" [dependencies.hashbag] version = "0.1.11" [dependencies.indexmap] version = "2" [dependencies.iri_s] version = "0.1.32" [dependencies.itertools] version = "0.13" [dependencies.lazy_static] version = "1" [dependencies.oxigraph] version = "0.4.0-rc.2" default-features = false [dependencies.oxiri] version = "0.2.3-alpha.1" [dependencies.oxrdf] version = "0.2.0-alpha.5" features = [ "oxsdatatypes", "rdf-star", ] [dependencies.oxrdfio] version = "0.1.0-alpha.5" features = ["rdf-star"] [dependencies.oxsdatatypes] version = "0.2.0-alpha.2" [dependencies.prefixmap] version = "0.1.32" [dependencies.rust_decimal] version = "1.32" [dependencies.rust_decimal_macros] version = "1.32" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yml] version = "0.0.12" [dependencies.sparesults] version = "0.2.0-alpha.5" features = ["rdf-star"] [dependencies.srdf] version = "0.1.35" features = ["rdf-star"] [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [features] rdf-star = [ "srdf/rdf-star", "oxrdf/rdf-star", "oxrdfio/rdf-star", "sparesults/rdf-star", ]