# 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 = "xrust" version = "1.2.0" authors = [ "Steve Ball ", "Daniel Murphy ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Support for XPath and XSLT" documentation = "https://docs.rs/xrust/" readme = "README.md" keywords = [ "xml", "json", "xpath", "xslt", "tree", ] categories = ["parser-implementations"] license = "Apache-2.0" repository = "https://github.com/ballsteve/xrust" [lib] name = "xrust" path = "src/lib.rs" [[example]] name = "issue-30" path = "examples/issue-30.rs" [[example]] name = "ixml" path = "examples/ixml.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "parser" path = "tests/parser.rs" [[test]] name = "serializer" path = "tests/serializer.rs" [[test]] name = "smite-macros" path = "tests/smite-macros.rs" [[test]] name = "smite-pattern" path = "tests/smite-pattern.rs" [[test]] name = "smite-transform" path = "tests/smite-transform.rs" [[test]] name = "smite-xpath" path = "tests/smite-xpath.rs" [[test]] name = "smite-xslt" path = "tests/smite-xslt.rs" [[bench]] name = "bench_smite" path = "benches/bench_smite.rs" harness = false [dependencies.chrono] version = "0.4.38" [dependencies.english-numbers] version = "0.3.3" [dependencies.formato] version = "0.2.0" [dependencies.hexdump] version = "0.1.2" [dependencies.italian_numbers] version = "0.1.0" [dependencies.lexers] version = "0.1.4" [dependencies.pkg-version] version = "1.0.0" [dependencies.regex] version = "1.11.0" [dependencies.rust_decimal] version = "1.36.0" [dependencies.rust_decimal_macros] version = "1.36.0" [dependencies.unicode-segmentation] version = "1.12.0" [dependencies.url] version = "2.5.2" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.encoding_rs] version = "0.8.34" [dev-dependencies.encoding_rs_io] version = "0.1.7" [dev-dependencies.indextree] version = "4.6.1" [features] default = ["xslt"] xslt = []