# 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 = "oci-tar-builder" version = "0.4.0" description = "Library that can be used to build OCI tar archives" homepage = "https://github.com/containerd/runwasi" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/containerd/runwasi" [lib] path = "src/lib.rs" [[bin]] name = "oci-tar-builder" path = "src/bin.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.indexmap] version = "2.2.5" [dependencies.log] version = "0.4" [dependencies.oci-spec] version = "0.6.4" features = [ "runtime", "runtime", ] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha256] version = "1.5.0" [dependencies.tar] version = "0.4"