# 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 = "hoi4save" version = "0.3.4" authors = ["Nick Babcock "] exclude = [ "/assets/*", "/fuzz/*", ] description = "Ergonomically work with HOI4 saves" readme = "README.md" keywords = [ "hoi4", "ironman", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/rakaly/hoi4save.git" [profile.bench] lto = true codegen-units = 1 [profile.release] lto = true codegen-units = 1 [profile.test] opt-level = 3 lto = "thin" [dependencies.jomini] version = "0.21" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dev-dependencies.attohttpc] version = "0.24" [dev-dependencies.zip] version = "0.6" features = ["deflate"] default-features = false