# 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 = "brickadia" version = "0.1.32" authors = ["voximity"] description = "Save file reader/writer for Brickadia BRS saves" readme = "README.md" license = "MIT" repository = "https://github.com/brickadia-community/brickadia-rs" [dependencies.bitstream-io] version = "1.1.0" [dependencies.byteorder] version = "1.4.3" [dependencies.flate2] version = "1.0" default_features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.num_enum] version = "0.5.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_repr] version = "0.1" optional = true [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "0.8" [dev-dependencies.serde_json] version = "1.0" [features] default = [ "util", "flate2/default", ] serialize = [ "serde", "serde_repr", "uuid/serde", ] util = [] zlib-ng = ["flate2/zlib-ng"]