]> git.proxmox.com Git - rustc.git/blob - vendor/miniz_oxide/Cargo.toml
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / vendor / miniz_oxide / Cargo.toml
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]
14 edition = "2018"
15 name = "miniz_oxide"
16 version = "0.4.1"
17 authors = ["Frommi <daniil.liferenko@gmail.com>", "oyvindln <oyvindln@users.noreply.github.com>"]
18 exclude = ["benches/*", "tests/*"]
19 description = "DEFLATE compression and decompression library rewritten in Rust based on miniz"
20 homepage = "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide"
21 documentation = "https://docs.rs/miniz_oxide"
22 readme = "Readme.md"
23 keywords = ["zlib", "miniz", "deflate", "encoding"]
24 categories = ["compression"]
25 license = "MIT"
26 repository = "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide"
27
28 [lib]
29 name = "miniz_oxide"
30 [dependencies.adler]
31 version = "0.2.1"
32 default-features = false
33
34 [dependencies.alloc]
35 version = "1.0.0"
36 optional = true
37 package = "rustc-std-workspace-alloc"
38
39 [dependencies.compiler_builtins]
40 version = "0.1.2"
41 optional = true
42
43 [dependencies.core]
44 version = "1.0.0"
45 optional = true
46 package = "rustc-std-workspace-core"
47
48 [features]
49 no_extern_crate_alloc = []
50 rustc-dep-of-std = ["core", "alloc", "compiler_builtins", "adler/rustc-dep-of-std"]