# 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 = "ssbh_lib" version = "0.19.0" authors = ["ScanMountGoat <>"] description = "Reading and writing SSBH file formats in Rust" documentation = "https://docs.rs/ssbh_lib" readme = "README.md" license = "MIT" repository = "https://github.com/ultimate-research/ssbh_lib" [dependencies.arbitrary] version = "1" features = ["derive"] optional = true [dependencies.binrw] version = "0.14.0" [dependencies.hex] version = "0.4.2" optional = true [dependencies.modular-bitfield] version = "0.11.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_bytes] version = "0.11.5" optional = true [dependencies.ssbh_write] version = "^0.19" [dependencies.strum] version = "0.24.1" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hexlit] version = "0.5.5" [features] serde = [ "dep:serde", "serde_bytes", ] serde_hex = [ "serde", "hex", ]