# 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-image-spec" version = "0.1.0" description = "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format)." homepage = "https://github.com/tosone/image-spec-rs.git" keywords = ["image", "spec", "oci"] license = "MIT" repository = "https://github.com/tosone/image-spec-rs.git" resolver = "2" [dependencies.blake3] version = "~1.2" [dependencies.chrono] version = "~0.4" features = ["serde"] [dependencies.digest] version = "~0.9" [dependencies.hex] version = "~0.4" [dependencies.regex] version = "~1.5" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0.130" [dependencies.serde_json] version = "~1.0" [dependencies.sha2] version = "~0.9"