# 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 = "wolfrpg-map-parser" version = "0.2.2" build = false include = [ "src/**/*", "LICENSE", "README.md", "!**/benches/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Parser for Wolf RPG Editor map files" readme = "README.md" license = "MIT" [lib] name = "wolfrpg_map_parser" path = "src/lib.rs" [[bin]] name = "wolfrpg-map-parser" path = "src/main.rs" required-features = ["serde"] [dependencies.encoding_rs] version = "0.8.35" [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.128" optional = true [features] serde = [ "dep:serde", "dep:serde_json", ]