# 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" name = "oci-distribution" version = "0.11.0" authors = [ "Matt Butcher ", "Matthew Fisher ", "Radu Matei ", "Taylor Thomas ", "Brian Ketelsen ", "Brian Hardock ", "Ryan Levick ", "Kevin Flansburg ", "Flavio Castelli ", ] description = "An OCI implementation in Rust" readme = "README.md" keywords = [ "oci", "containers", ] license = "Apache-2.0" repository = "https://github.com/krustlet/oci-distribution" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.futures-util] version = "0.3" [dependencies.http] version = "1.1" [dependencies.http-auth] version = "0.1" default_features = false [dependencies.jwt] version = "0.16" [dependencies.lazy_static] version = "1.4" [dependencies.olpc-cjson] version = "0.1" [dependencies.regex] version = "1.6" [dependencies.reqwest] version = "0.12" features = [ "json", "stream", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.21" features = [ "macros", "io-util", ] [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.unicase] version = "2.6" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.assert-json-diff] version = "2.0.2" [dev-dependencies.async-std] version = "1.12" [dev-dependencies.clap] version = "4.0" features = ["derive"] [dev-dependencies.docker_credential] version = "1.0" [dev-dependencies.hmac] version = "0.12" [dev-dependencies.rstest] version = "0.18.1" [dev-dependencies.tempfile] version = "3.3" [dev-dependencies.testcontainers] version = "0.15" [dev-dependencies.tokio] version = "1.21" features = [ "macros", "fs", "rt-multi-thread", ] [dev-dependencies.tokio-util] version = "0.7.4" features = ["compat"] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] default = [ "native-tls", "test-registry", ] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"] rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"] test-registry = [] trust-dns = ["reqwest/trust-dns"] [badges.maintenance] status = "actively-developed"