# 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 = "nh-xml-from" version = "1.2.1" authors = ["Luci "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool that lets you convert various formats to XML for New Horizons" readme = "README.md" keywords = [ "modding", "outer-wilds", "new-horizons", "cli", ] categories = [ "command-line-utilities", "filesystem", "config", ] license = "MIT" repository = "https://github.com/lucidashygirl/nh-xml-from" [[bin]] name = "nh-xml-from" path = "src/main.rs" [dependencies.quick-xml] version = "0.36.2" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.serde_yml] version = "0.0.12" [dependencies.toml] version = "0.8.19" features = ["parse"] [lints.clippy] expect_used = "deny" unwrap_used = "deny"