blob: d07f70a5eefc5663102beba76ab7814c9d908baa [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 = "miniz_oxide_c_api"
version = "0.2.1"
authors = ["Frommi <daniil.liferenko@gmail.com>"]
build = "src/build.rs"
exclude = ["benches/data/*", "/*.sh", "/redefine.txt"]
description = "DEFLATE compression and decompression API designed to be Rust drop-in replacement for miniz"
homepage = "https://github.com/Frommi/miniz_oxide/"
documentation = "https://docs.rs/miniz_oxide_c_api"
readme = "README.md"
keywords = ["zlib", "miniz", "deflate", "encoding"]
categories = ["compression"]
license = "MIT"
repository = "https://github.com/Frommi/miniz_oxide"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
[lib]
name = "miniz_oxide_c_api"
[dependencies.crc]
version = "1.0.0"
[dependencies.libc]
version = "0.2.22"
[dependencies.miniz_oxide]
version = "0.2.1"
[build-dependencies.cc]
version = "1.0"
[features]
benching = ["build_orig_miniz", "no_c_export"]
build_orig_miniz = []
build_stub_miniz = []
default = []
fuzzing = ["build_orig_miniz", "no_c_export"]
libc_stub = []
miniz_zip = ["build_stub_miniz"]
no_c_export = []
[badges.travis-ci]
repository = "Frommi/miniz_oxide"