# 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 = "ocidir" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for reading and writing OCI (opencontainers) layout directories" readme = "README.md" keywords = [ "oci", "opencontainers", "docker", "podman", "containers", ] license = "MIT OR Apache-2.0" repository = "https://github.com/containers/ocidir-rs" [lib] name = "ocidir" path = "src/lib.rs" [dependencies.camino] version = "1.0.4" [dependencies.cap-std-ext] version = "4.0" [dependencies.chrono] version = "0.4.19" [dependencies.flate2] version = "1.0.20" features = ["zlib"] default-features = false [dependencies.hex] version = "0.4.3" [dependencies.oci-spec] version = "0.7.0" [dependencies.olpc-cjson] version = "0.1.1" [dependencies.openssl] version = "0.10.33" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.tar] version = "0.4.38" [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1.0.89"