# 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 = "deflate64" version = "0.1.9" authors = ["anatawa12 "] exclude = [ ".github/**", "tests/**", "test-assets/**", ] description = "Deflate64 implementation based on .NET's implementation" homepage = "https://github.com/anatawa12/deflate64-rs#readme" readme = "README.md" keywords = [ "deflate", "deflate64", "compression", ] categories = ["compression"] license = "MIT" repository = "https://github.com/anatawa12/deflate64-rs" [dependencies] [dev-dependencies.bytemuck] version = "1.13.1" features = ["derive"] [dev-dependencies.proptest] version = "1.2.0" [dev-dependencies.tempfile] version = "3.7.1"