# 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 = "cnmo-parse" version = "0.1.2" description = "Utility to easily parse CNM Online game files" documentation = "https://docs.rs/cnmo-parse" readme = "README.md" license = "GPL-2.0-or-later WITH Bison-exception-2.2" repository = "https://github.com/wyatt-radkiewicz/cnm-online-editor" [package.metadata.docs.rs] all-features = true [dependencies.base64] version = "0.20.0" optional = true [dependencies.bytebuffer] version = "2.0.1" [dependencies.num-derive] version = "0.3" optional = true [dependencies.num-traits] version = "0.2" optional = true [dependencies.serde] version = "1.0.151" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [features] level_data = [ "dep:num-traits", "dep:num-derive", ] serde = [ "dep:serde", "dep:base64", ]