]> git.proxmox.com Git - rustc.git/blame - vendor/miniz_oxide/Cargo.toml
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / vendor / miniz_oxide / Cargo.toml
CommitLineData
f035d41b
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "miniz_oxide"
1b1a35ee 16version = "0.4.1"
f035d41b
XL
17authors = ["Frommi <daniil.liferenko@gmail.com>", "oyvindln <oyvindln@users.noreply.github.com>"]
18exclude = ["benches/*", "tests/*"]
19description = "DEFLATE compression and decompression library rewritten in Rust based on miniz"
20homepage = "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide"
21documentation = "https://docs.rs/miniz_oxide"
22readme = "Readme.md"
23keywords = ["zlib", "miniz", "deflate", "encoding"]
24categories = ["compression"]
25license = "MIT"
26repository = "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide"
27
28[lib]
29name = "miniz_oxide"
3dfed10e
XL
30[dependencies.adler]
31version = "0.2.1"
32default-features = false
33
34[dependencies.alloc]
35version = "1.0.0"
36optional = true
37package = "rustc-std-workspace-alloc"
38
39[dependencies.compiler_builtins]
40version = "0.1.2"
41optional = true
42
43[dependencies.core]
44version = "1.0.0"
45optional = true
46package = "rustc-std-workspace-core"
47
48[features]
1b1a35ee 49no_extern_crate_alloc = []
3dfed10e 50rustc-dep-of-std = ["core", "alloc", "compiler_builtins", "adler/rustc-dep-of-std"]