# 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" rust-version = "1.61" name = "instant-xml" version = "0.5.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A more rigorous way to map XML to Rust types" documentation = "https://docs.rs/instant-xml" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/djc/instant-xml" [lib] name = "instant_xml" path = "src/lib.rs" [[test]] name = "attr-no-ns" path = "tests/attr-no-ns.rs" [[test]] name = "chrono" path = "tests/chrono.rs" [[test]] name = "de-direct" path = "tests/de-direct.rs" [[test]] name = "de-nested" path = "tests/de-nested.rs" [[test]] name = "de-ns" path = "tests/de-ns.rs" [[test]] name = "direct" path = "tests/direct.rs" [[test]] name = "escaping" path = "tests/escaping.rs" [[test]] name = "forward-enum" path = "tests/forward-enum.rs" [[test]] name = "generics" path = "tests/generics.rs" [[test]] name = "lifetime" path = "tests/lifetime.rs" [[test]] name = "option" path = "tests/option.rs" [[test]] name = "rename" path = "tests/rename.rs" [[test]] name = "scalar" path = "tests/scalar.rs" [[test]] name = "scalar-enum" path = "tests/scalar-enum.rs" [[test]] name = "ser-attr-ns" path = "tests/ser-attr-ns.rs" [[test]] name = "ser-child-ns" path = "tests/ser-child-ns.rs" [[test]] name = "ser-named" path = "tests/ser-named.rs" [[test]] name = "ser-nested" path = "tests/ser-nested.rs" [[test]] name = "ser-unit" path = "tests/ser-unit.rs" [[test]] name = "transparent" path = "tests/transparent.rs" [[test]] name = "unnamed" path = "tests/unnamed.rs" [[test]] name = "vec" path = "tests/vec.rs" [[test]] name = "with" path = "tests/with.rs" [[bench]] name = "decode" path = "benches/decode.rs" harness = false [dependencies.chrono] version = "0.4.23" optional = true [dependencies.macros] version = "0.5.0" package = "instant-xml-macros" [dependencies.thiserror] version = "1.0.29" [dependencies.xmlparser] version = "0.13.3" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.similar-asserts] version = "1.4.2"