# 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 = "nxml-rs" version = "0.5.1" authors = ["Anton Bulakh "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Hand-written Rust noitaXML parser" homepage = "https://github.com/necauqua/nxml-rs" readme = "readme.md" keywords = [ "xml", "parser", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/necauqua/nxml-rs" [lib] name = "nxml_rs" path = "src/lib.rs" [dependencies.compact_str] version = "0.8" optional = true [dependencies.indexmap] version = "2.2" optional = true [dependencies.nxml-rs-macros] version = "0.5.1" [dependencies.thiserror] version = "1.0" [features] compact_str = ["dep:compact_str"] default = [ "indexmap", "compact_str", ] indexmap = ["dep:indexmap"]