# 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 = "zarchive" version = "0.2.0" authors = ["Caleb Smith "] exclude = [ "/test", "/.github", ] description = "Simple Rust bindings to Exzap's ZArchive library" readme = "README.md" keywords = [ "archive", "file", "ffi", "bindings", "gamedev", ] license-file = "LICENSE.md" repository = "https://github.com/NiceneNerd/zarchive-rs" [dependencies.cxx] version = "1.0.69" [dependencies.thiserror] version = "1" [dependencies.tinyvec] version = "1.6" features = ["alloc"] [dependencies.zstd-sys] version = "2.0" [dev-dependencies.rayon] version = "1.6" [dev-dependencies.tempfile] version = "3.3" [build-dependencies.cxx-build] version = "1.0.69"