# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "binary-io" version = "0.1.0" authors = ["Connor "] description = "A crate for reading and writing binary data files, according to LCS4.\nAlso supports an extend version of the NBT format, as well as the ShadeNBT format.\n" license = "MIT OR Apache-2.0" repository = "https://github.com/chorman0773/PokemonSMS-Rust" [dependencies.cryptostream] version = "0.3" optional = true [dependencies.fake-enum] version = "0.1.2" [dependencies.openssl] version = "0.10" features = ["vendored"] optional = true [dependencies.rand] version = "0.8" optional = true [dependencies.serde] version = "1.0.111" optional = true [dependencies.uuid] version = "0.8.2" optional = true [dependencies.zeroize] version = "1.1.0" optional = true [features] crypto_shade = ["shade", "cryptostream", "openssl", "zeroize"] default = ["nbt"] nbt = [] random_uuid = ["rand"] shade = ["nbt"] uuid_v1 = ["uuid", "uuid/v1", "rand"]