# 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 = "rapid-xml" version = "0.2.5" authors = ["Michal Srb "] include = [ "**/*.rs", "Cargo.toml", "README.md", "CHANGELOG.md", ] description = "XML parser with focus on speed and deserialization to serde" homepage = "https://github.com/tvbeat/rapid-xml" readme = "README.md" keywords = [ "xml", "parser", "serde", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/tvbeat/rapid-xml" [[bin]] name = "build_dfa" path = "src/build_dfa.rs" required-features = ["build_dfa"] [dependencies.btoi] version = "0.4.2" [dependencies.inlinable_string] version = "0.1.12" [dependencies.multiversion] version = "0.6.1" [dependencies.num_enum] version = "0.5.1" [dependencies.paste] version = "1.0.3" [dependencies.serde] version = "1.0.117" [dependencies.slice-deque] version = "0.3.0" [dependencies.tuple_utils] version = "0.3.0" [dependencies.twoway] version = "0.2.1" [dev-dependencies.serde_derive] version = "1.0.117" [features] bencher = [] build_dfa = []