# 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-wasm" version = "0.2.0" authors = ["Taylor Thomas "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate containing a thin wrapper around the oci-client crate that implements types and methods for pulling and pushing Wasm to OCI registries" readme = "README.md" keywords = [ "wasm", "oci", "webassembly", ] license = "Apache-2.0 WITH LLVM-exception" license-file = "LICENSE" repository = "https://github.com/bytecodealliance/rust-oci-wasm" [lib] name = "oci_wasm" path = "src/lib.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.oci-client] version = "0.14" default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.tokio] version = "1" features = ["fs"] default-features = false [dependencies.wit-component] version = "0.219" [dependencies.wit-parser] version = "0.219" [dev-dependencies.testcontainers] version = "0.23" features = ["watchdog"] [features] default = ["oci-client/native-tls"] rustls-tls = ["oci-client/rustls-tls"] [badges.maintenance] status = "actively-developed"