# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.65" name = "bincache" version = "0.5.1" authors = [ "Zitane Labs", "Marco Quinten ", "Thomas Bäcker ", ] description = "ZitaneLabs binary cache." readme = "README.md" license = "MIT" repository = "https://github.com/ZitaneLabs/bincache" [dependencies.async-compression] version = "0.4" [dependencies.async-std] version = "1" optional = true [dependencies.async-trait] version = "0.1" [dependencies.futures-util] version = "0.3" features = ["io"] optional = true [dependencies.paste] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "rt", "fs", "io-util", ] optional = true [dev-dependencies.async-std] version = "1" features = ["attributes"] [dev-dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "macros", ] [dev-dependencies.uuid] version = "1.8" features = ["v4"] [features] blocking = [ "dep:futures-util", "async-compression/futures-io", ] comp_brotli = ["async-compression/brotli"] comp_gzip = ["async-compression/gzip"] comp_zstd = ["async-compression/zstd"] default = ["implicit-blocking"] implicit-blocking = [ "dep:futures-util", "async-compression/futures-io", ] rt_async-std_1 = [ "dep:async-std", "async-compression/futures-io", ] rt_tokio_1 = [ "dep:tokio", "async-compression/tokio", ]