# 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_ast" version = "0.1.49" 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_ast" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rudof-project/rudof" [lib] name = "shex_ast" path = "src/lib.rs" [dependencies.const_format] version = "0.2" [dependencies.iri_s] version = "0.1.32" [dependencies.lazy_static] version = "1" [dependencies.prefixmap] version = "0.1.32" [dependencies.rbe] version = "0.1.7" [dependencies.regex] version = "1.10" [dependencies.rust_decimal] version = "1.32" [dependencies.rust_decimal_macros] version = "1.32" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1.0" [dependencies.srdf] version = "0.1.35" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.2.2" [dependencies.void] version = "1" [dev-dependencies]