# 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 = "ocipkg-cli" version = "0.3.9" authors = ["Toshiki Teramura "] description = "CLI for ocipkg" documentation = "https://docs.rs/ocipkg-cli" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/termoshtt/ocipkg" [[bin]] name = "ocipkg" doc = false [[bin]] name = "cargo-ocipkg" [dependencies.anyhow] version = "1.0.86" [dependencies.base64] version = "0.22.1" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.env_logger] version = "0.11.3" [dependencies.flate2] version = "1.0.30" [dependencies.git2] version = "0.19.0" [dependencies.log] version = "0.4.22" [dependencies.oci-spec] version = "0.6.7" [dependencies.ocipkg] version = "0.3.9" [dependencies.serde_json] version = "1.0.120" [dependencies.tar] version = "0.4.41" [dependencies.url] version = "2.5.2"