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