# 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 = "container-registry" version = "0.3.1" authors = ["Marc Brinkmann "] description = "A minimal implementation of an OCI container registry, usable as crate or binary" homepage = "https://github.com/mbr/container_registry-rs" documentation = "https://docs.rs/container-registry" readme = "README.md" license = "MIT" repository = "https://github.com/mbr/container_registry-rs" [package.metadata.docs.rs] features = ["test-support"] [profile.release] opt-level = "s" lto = "fat" strip = "symbols" [[bin]] name = "container-registry" required-features = ["bin"] [dependencies.anyhow] version = "1.0.86" optional = true [dependencies.axum] version = "0.7.5" features = ["tracing"] [dependencies.base64] version = "0.21.5" [dependencies.constant_time_eq] version = "0.3.0" [dependencies.futures] version = "0.3.29" [dependencies.hex] version = "0.4.3" [dependencies.nom] version = "7.1.3" [dependencies.rm] version = "0.3.2" [dependencies.sec] version = "1.0.0" features = [ "deserialize", "serialize", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.sha2] version = "0.10.8" [dependencies.structopt] version = "0.3.26" optional = true [dependencies.tempdir] version = "0.3.7" optional = true [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" features = [ "fs", "io-util", "macros", "rt-multi-thread", ] [dependencies.tokio-util] version = "0.7.10" features = ["io"] [dependencies.tower-http] version = "0.5.2" features = ["trace"] optional = true [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] optional = true [dependencies.uuid] version = "1.6.1" features = [ "v4", "serde", ] [dev-dependencies.http-body-util] version = "0.1.0" [dev-dependencies.tempdir] version = "0.3.7" [dev-dependencies.tower] version = "0.4.13" [dev-dependencies.tower-http] version = "0.5.2" features = ["trace"] [features] bin = [ "anyhow", "structopt", "tempdir", "tower-http", "tracing-subscriber", ] default = [] test-support = [ "tempdir", "tower-http", "tracing-subscriber", ]