comde 0.1.0

Compression/decompression akin to serde
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "comde"
version = "0.1.0"
authors = ["Brendan Molloy <brendan@bbqsrc.net>"]
description = "Compression/decompression akin to serde"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/bbqsrc/comde"
[dependencies.brotli]
version = "3.3.0"
optional = true

[dependencies.delegate]
version = "0.2.0"

[dependencies.flate2]
version = "1.0.11"
optional = true

[dependencies.phf]
version = "0.7.24"
optional = true

[dependencies.snap]
version = "0.2"
optional = true

[dependencies.xz2]
version = "0.1.6"
optional = true

[dependencies.zstd]
version = "0.4.28"
optional = true

[features]
default = ["xz", "snappy", "deflate", "zstandard", "brotli", "with-phf"]
deflate = ["flate2"]
snappy = ["snap"]
with-phf = ["phf"]
xz = ["xz2"]
zstandard = ["zstd"]