зеркало из https://github.com/mozilla/gecko-dev.git
57 строки
1.6 KiB
TOML
57 строки
1.6 KiB
TOML
# 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.1.2"
|
|
authors = ["Frommi <daniil.liferenko@gmail.com>"]
|
|
build = "src/build.rs"
|
|
exclude = ["benches/data/*"]
|
|
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"
|
|
crate-type = ["rlib"]
|
|
[dependencies.crc]
|
|
version = "1.0.0"
|
|
|
|
[dependencies.libc]
|
|
version = "0.2.22"
|
|
|
|
[dependencies.miniz_oxide]
|
|
version = "0.1.2"
|
|
[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"]
|
|
miniz_zip = ["build_stub_miniz"]
|
|
no_c_export = []
|
|
[badges.travis-ci]
|
|
repository = "Frommi/miniz_oxide"
|