# 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 = "2018" name = "assembly-xml" version = "0.3.0" description = "XML formats used in the game LEGO® Universe" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/xiphoseer/assembly_rs/tree/main/modules/xml" [dependencies.displaydoc] version = "0.1.5" [dependencies.quick-xml] version = "0.20" features = ["encoding"] [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.argh] version = "0.1.4" [dev-dependencies.color-eyre] version = "0.5" [dev-dependencies.serde_json] version = "1.0.61" [dev-dependencies.serde_path_to_error] version = "0.1" [dev-dependencies.structopt] version = "0.3" [features] default = ["serialize"] serialize = ["serde", "quick-xml/serialize"]