# 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 = "shacl_validation" version = "0.1.52" 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" readme = "README.md" keywords = [ "rdf", "linked-data", "semantic-web", "shex", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/rudof-project/rudof" [lib] name = "shacl_validation" path = "src/lib.rs" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.colored] version = "2" [dependencies.const_format] version = "0.2" [dependencies.indoc] version = "2" [dependencies.iri_s] version = "0.1.32" [dependencies.lazy_static] version = "1" [dependencies.prefixmap] version = "0.1.32" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yml] version = "0.0.12" [dependencies.shacl_ast] version = "0.1.35" [dependencies.sparql_service] version = "0.1.37" [dependencies.srdf] version = "0.1.35" [dependencies.thiserror] version = "1.0" [features] rdf-star = ["srdf/rdf-star"]