# 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 = "aoe2-probe" version = "0.3.2" exclude = [ "resources", "examples", ".circleci", ] description = "A rust library for editing aoe2scenario files from AoE2 DE." homepage = "https://github.com/ptazithos/aoe2-probe" readme = "README.md" keywords = [ "gamedev", "AoE2DE", "parser", ] categories = [ "game-development", "parsing", ] license = "GPL-3.0-or-later" repository = "https://github.com/ptazithos/aoe2-probe" [lib] crate-type = [ "cdylib", "rlib", ] [[example]] name = "read_write" path = "examples/read_write.rs" [[example]] name = "encode" path = "examples/encode.rs" [[example]] name = "template" path = "examples/template.rs" [[example]] name = "print_info" path = "examples/print_info.rs" [[example]] name = "update_attr" path = "examples/update_attr.rs" [[example]] name = "type_check" path = "examples/type_check.rs" [[example]] name = "structure_check" path = "examples/structure_check.rs" [[example]] name = "serde_json" path = "examples/serde_json.rs" [[example]] name = "triggers" path = "examples/triggers.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.linked-hash-map] version = "0.5.6" features = ["serde_impl"] [dependencies.log] version = "0.4.21" [dependencies.miniz_oxide] version = "0.7.3" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_repr] version = "0.1.19" [dev-dependencies.env_logger] version = "0.11.3"