# 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 = "ex_em_ell" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provide macros for serializing and deserializing XML" homepage = "https://github.com/amy-keibler/ex_em_ell" readme = "README.md" keywords = ["xml"] license = "MIT OR Apache-2.0" repository = "https://github.com/amy-keibler/ex_em_ell" [package.metadata.cyclonedx] format = "json" included_dependencies = "all" [package.metadata.cyclonedx.output_options] cdx = true pattern = "package" [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [lib] name = "ex_em_ell" path = "src/lib.rs" [[test]] name = "lists" path = "tests/lists.rs" [[test]] name = "rename" path = "tests/rename.rs" [[test]] name = "simple" path = "tests/simple.rs" [dependencies.ex_em_ell_derive] version = "0.3.1" optional = true [dependencies.itertools] version = "0.13.0" [dependencies.thiserror] version = "1.0.64" [dependencies.xml-rs] version = "0.8.22" [dev-dependencies.insta] version = "1.36.1" features = ["glob"] [features] default = ["derive"] derive = ["ex_em_ell_derive"]