# 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_compact" 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" documentation = "https://docs.rs/shex_compact" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rudof-project/rudof" [lib] name = "shex_compact" path = "src/lib.rs" [[bench]] name = "regex" path = "benches/regex.rs" harness = false [[bench]] name = "shex_compact_simple" path = "benches/shex_compact_simple.rs" harness = false [[bench]] name = "shex_parse" path = "benches/shex_parse.rs" harness = false [dependencies.colored] version = "2" [dependencies.iri_s] version = "0.1.32" [dependencies.lazy-regex] version = "3.1" [dependencies.nom] version = "7" [dependencies.nom-regex] version = "0.2" [dependencies.nom_locate] version = "4" [dependencies.prefixmap] version = "0.1.32" [dependencies.pretty] version = "0.12.3" [dependencies.rbe] version = "0.1.7" [dependencies.regex] version = "1.10.3" [dependencies.rust_decimal] version = "1.32" [dependencies.rust_decimal_macros] version = "1.32" [dependencies.shapemap] version = "0.1.0" [dependencies.shex_ast] version = "0.1.0" [dependencies.srdf] version = "0.1.35" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.pprof] version = "0.13.0" features = [ "criterion", "flamegraph", ] [dev-dependencies.tracing-subscriber] version = "0.3"