# 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 = "mid-compression" version = "1.0.0" description = "Compression utilities for the `middleware` protocol" license = "MIT" [dependencies.enum_dispatch] version = "0.3.11" [dependencies.integral-enum] version = "2.1.1" [dependencies.libdeflate-sys] version = "0.12.0" [dependencies.thiserror] version = "1.0.38" [dependencies.zstd-sys] version = "2.0.7" features = [ "thin", "zdict_builder", ] default-features = false