# 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 = "shex_testsuite" version = "0.1.30" 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/shex_testsuite" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rudof-project/rudof" [lib] name = "shex_testsuite" path = "src/lib.rs" [[bin]] name = "shex_testsuite" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.iri_s] version = "0.1.8" [dependencies.oxiri] version = "0.2.3-alpha.1" [dependencies.oxrdf] version = "0.2.0-alpha.2" [dependencies.prefixmap] version = "0.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yml] version = "0.0.12" [dependencies.shex_ast] version = "0.1.0" [dependencies.shex_compact] version = "0.1.0" [dependencies.shex_validation] version = "0.1.0" [dependencies.srdf] version = "0.1.0" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.4" [dependencies.void] version = "1"