containers-image-proxy 0.9.2

Interact with the github.com/containers/image library via skopeo
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 = "2021"
rust-version = "1.70.0"
name = "containers-image-proxy"
version = "0.9.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interact with the github.com/containers/image library via skopeo"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/containers/containers-image-proxy-rs"

[lib]
name = "containers_image_proxy"
path = "src/imageproxy.rs"

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

[dependencies.cap-std-ext]
version = ">= 2.0, <= 4.0"

[dependencies.futures-util]
version = "0.3.13"

[dependencies.itertools]
version = "0.14.0"

[dependencies.oci-spec]
version = "0.8.2"

[dependencies.rustix]
version = "1.0"
features = [
    "process",
    "fs",
    "net",
]

[dependencies.semver]
version = "1.0.4"

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

[dependencies.serde_json]
version = "1.0.64"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
    "macros",
    "process",
    "rt",
    "sync",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.anyhow]
version = "1.0"

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

[dev-dependencies.clap]
version = "4.4"
features = ["derive"]

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