blob: acd119f41a5922dc9547000489e5c3a6f7297869 [file] [log] [blame]
# 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]
name = "brotli2"
version = "0.3.2"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Bindings to libbrotli to provide brotli decompression and compression to Rust\n"
homepage = "https://github.com/alexcrichton/brotli2-rs"
documentation = "https://docs.rs/brotli2"
readme = "README.md"
categories = ["compression", "api-bindings"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/brotli2-rs"
[dependencies.brotli-sys]
version = "0.3.1"
[dependencies.libc]
version = "0.2"
[dev-dependencies.quickcheck]
version = "0.4"
[dev-dependencies.rand]
version = "0.3"