distribution 0.0.1

A high-performance OCI Distribution Spec v1.1 registry implementation in Rust
# 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"
name = "distribution"
version = "0.0.1"
authors = [
    "ArcBox Labs <team@arcbox.dev>",
    "AprilNEA <dev@aprilnea.me>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance OCI Distribution Spec v1.1 registry implementation in Rust"
homepage = "https://github.com/arcboxlabs/distribution-rs"
readme = "README.md"
keywords = [
    "oci",
    "container",
    "registry",
    "docker",
    "distribution",
]
categories = [
    "command-line-utilities",
    "web-programming::http-server",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arcboxlabs/distribution-rs"

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

[dependencies]