docker-registry 0.9.0

A pure-Rust asynchronous library for Docker Registry HTTP API v2
Documentation
# 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 = "2024"
rust-version = "1.85.0"
name = "docker-registry"
version = "0.9.0"
authors = [
    "Luca Bruno <lucab@debian.org>",
    "Stefan Junker <sjunker@redhat.com>",
    "Bryant Biggs <bryantbiggs@gmail.com>",
]
build = false
exclude = [
    ".gitignore",
    ".github/",
    "cliff.toml",
    "rustfmt.toml",
    "tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure-Rust asynchronous library for Docker Registry HTTP API v2"
documentation = "https://docs.rs/docker-registry"
readme = "README.md"
keywords = [
    "docker",
    "registry",
    "async",
]
categories = [
    "api-bindings",
    "asynchronous",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/clowdhaus/docker-registry"

[features]
default = ["reqwest-default-tls"]
reqwest-default-tls = ["reqwest/default-tls"]
reqwest-rustls = ["reqwest/rustls"]
test-net-private = []

[lib]
name = "docker_registry"
path = "src/lib.rs"

[[example]]
name = "checkregistry"
path = "examples/checkregistry.rs"

[[example]]
name = "image"
path = "examples/image.rs"

[[example]]
name = "image-labels"
path = "examples/image-labels.rs"

[[example]]
name = "login"
path = "examples/login.rs"

[[example]]
name = "tags"
path = "examples/tags.rs"

[[example]]
name = "trace"
path = "examples/trace.rs"

[dependencies.async-stream]
version = "0.3"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.9"

[dependencies.futures]
version = "0.3"

[dependencies.libflate]
version = "2.1"

[dependencies.log]
version = "0.4"

[dependencies.mime]
version = "0.3"

[dependencies.pin-project]
version = "1.1"

[dependencies.regex-lite]
version = "0.1"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_ignored]
version = "0.1"

[dependencies.serde_json]
version = "1.0"
features = ["raw_value"]

[dependencies.sha2]
version = "0.10"

[dependencies.strum]
version = "0.28"
features = ["derive"]

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.0"
features = [
    "macros",
    "rt-multi-thread",
]
default-features = false

[dependencies.url]
version = "2.5"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.dirs]
version = "6.0"

[dev-dependencies.hyper]
version = "1.5"

[dev-dependencies.mockito]
version = "1.6"

[dev-dependencies.native-tls]
version = "0.2"

[dev-dependencies.rustls-cert-gen]
version = "0.2"
features = ["aws_lc_rs"]
default-features = false

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.test-case]
version = "3.3"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.3"