ocinoco 0.1.1

Build OCI image with no container
# 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.96.0"
name = "ocinoco"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build OCI image with no container"
readme = "README.md"
license = "MIT"
repository = "https://github.com/siketyan/ocinoco"

[[bin]]
name = "ocinoco"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bytes]
version = "1.12.0"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.dashmap]
version = "6.2.1"

[dependencies.docker_credential]
version = "1.4.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.oci-client]
version = "0.17.0"

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

[dependencies.pathdiff]
version = "0.2.3"

[dependencies.rayon]
version = "1.12.0"

[dependencies.sha2]
version = "0.11.0"

[dependencies.tar]
version = "0.4.46"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dependencies.zstd]
version = "0.13.3"

[profile.release]
opt-level = "z"
lto = true
strip = true