# 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" rust-version = "1.81" name = "wasmer-cache" version = "5.0.1" authors = ["Wasmer Engineering Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cache system for Wasmer WebAssembly runtime" homepage = "https://wasmer.io/" readme = "README.md" keywords = [ "wasm", "webassembly", "cache", ] categories = [ "wasm", "caching", ] license = "MIT" repository = "https://github.com/wasmerio/wasmer" [package.metadata.docs.rs] features = ["wasmer/sys"] rustc-args = [ "--cfg", "docsrs", ] [lib] name = "wasmer_cache" path = "src/lib.rs" [[bench]] name = "bench_filesystem_cache" path = "benches/bench_filesystem_cache.rs" [dependencies.blake3] version = "1.0" [dependencies.hex] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.wasmer] version = "=5.0.1" default-features = false [dev-dependencies.clap] version = "=4.4.11" [dev-dependencies.clap_builder] version = "=4.4.11" [dev-dependencies.clap_derive] version = "=4.4.7" [dev-dependencies.clap_lex] version = "=0.6.0" [dev-dependencies.criterion] version = "0.5" default-features = false [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.tempfile] version = "3.6.0" [dev-dependencies.wasmer] version = "=5.0.1" features = [ "sys", "cranelift", ] default-features = false [dev-dependencies.wasmer-compiler-singlepass] version = "=5.0.1" [features] blake3-pure = ["blake3/pure"] default = ["filesystem"] filesystem = []