# 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 = "2018" name = "comde" version = "0.3.0" authors = ["Brendan Molloy "] description = "Compression/decompression akin to serde" license = "Apache-2.0 OR MIT" repository = "https://github.com/bbqsrc/comde" [dependencies.brotli] version = "6.0.0" optional = true [dependencies.delegate] version = "0.12.0" [dependencies.flate2] version = "1.0.18" optional = true [dependencies.snap] version = "1.0.1" optional = true [dependencies.xz2] version = "0.1.6" optional = true [dependencies.zstd] version = "0.13.2" optional = true [features] default = [ "xz", "snappy", "deflate", "zstandard", "brotli", ] deflate = ["flate2"] snappy = ["snap"] xz = ["xz2"] zstandard = ["zstd"]