# 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 = "compression-core"
version = "0.4.29"
authors = [
"Wim Looman <wim@nemo157.com>",
"Allen Bui <fairingrey@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Abstractions for compression algorithms.
"""
readme = "README.md"
categories = [
"compression",
"asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Nullus157/async-compression"
resolver = "2"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "compression_core"
path = "src/lib.rs"
[dependencies]
[lints.rust]
rust_2018_idioms = "deny"
[lints.rust.missing_debug_implementations]
level = "deny"
priority = -1