# 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" rust-version = "1.80" name = "rstb" version = "1.0.0" authors = ["Caleb Smith "] build = false exclude = ["/test"] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library for manipulating Breath of the Wild's resource size table" documentation = "https://docs.rs/rstb" readme = "README.md" keywords = [ "Nintendo", "rstb", "Zelda", "botw", "gamedev", ] categories = [ "parsing", "game-development", ] license = "MIT" repository = "https://github.com/NiceneNerd/rstb-rust" [package.metadata.docs.rs] features = [ "json", "botw-data", "yaz0", "complex", "complex_testing", ] [lib] name = "rstb" path = "src/lib.rs" [dependencies.crc] version = "3.2" [dependencies.glob] version = "0.3.0" optional = true [dependencies.include-flate] version = "0.3.0" optional = true [dependencies.phf] version = "0.11" features = ["macros"] optional = true [dependencies.roead] version = "0.25.3" features = [ "aamp", "yaz0", "sarc", ] optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.thiserror] version = "1" [dependencies.yaz0] version = "0.3.0" optional = true [dev-dependencies.all_asserts] version = "2.3.0" [features] botw-data = [ "include-flate", "json", ] complex = [ "roead", "phf", ] complex_testing = [ "roead", "glob", ] json = [ "serde", "serde_json", ]