# 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-registry-client" version = "0.2.2" authors = [ "Erle Carrara ", "Anton Whalley ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A async client for Docker Registry HTTP V2 protocol." homepage = "https://github.com/ecarrara/oci-registry-client" readme = "README.md" license = "MIT" repository = "https://github.com/ecarrara/oci-registry-client" [lib] name = "oci_registry_client" path = "src/lib.rs" [[bin]] name = "oci-registry-client" path = "src/main.rs" [[example]] name = "oci-image-download" path = "examples/oci-image-download.rs" [[example]] name = "oci-image-manifest" path = "examples/oci-image-manifest.rs" [dependencies.bytes] version = "^1.4.0" [dependencies.reqwest] version = "0.11.14" features = ["json"] [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.sha2] version = "^0.8" optional = true [dependencies.tokio] version = "^1" features = [ "macros", "rt-multi-thread", ] [features] default = ["sha256"] sha256 = ["sha2"]