wasmtime-cache 27.0.0

Support for automatic module caching with Wasmtime
Documentation
[dependencies.anyhow]
default-features = false
features = ["std"]
version = "1.0.22"

[dependencies.base64]
version = "0.21.0"

[dependencies.directories-next]
version = "2.0"

[dependencies.log]
default-features = false
version = "0.4.8"

[dependencies.postcard]
default-features = false
features = ["alloc"]
version = "1.0.8"

[dependencies.serde]
default-features = false
features = ["alloc"]
version = "1.0.188"

[dependencies.serde_derive]
version = "1.0.188"

[dependencies.sha2]
version = "0.10.2"

[dependencies.toml]
version = "0.8.10"

[dependencies.zstd]
default-features = false
version = "0.13.0"

[dev-dependencies.filetime]
version = "0.2.7"

[dev-dependencies.pretty_env_logger]
version = "0.5.0"

[dev-dependencies.tempfile]
version = "3"

[lib]
name = "wasmtime_cache"
path = "src/lib.rs"

[lints.clippy]
clone_on_copy = "warn"
manual_strip = "warn"
map_clone = "warn"
uninlined_format_args = "warn"
unnecessary_cast = "warn"
unnecessary_fallible_conversions = "warn"
unnecessary_mut_passed = "warn"
unnecessary_to_owned = "warn"

[lints.clippy.all]
level = "allow"
priority = -1

[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused-lifetimes = "warn"
unused-macro-rules = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(pulley_tail_calls)"]
level = "warn"
priority = 0

[package]
authors = ["The Wasmtime Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Support for automatic module caching with Wasmtime"
documentation = "https://docs.rs/wasmtime-cache/"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmtime-cache"
readme = false
repository = "https://github.com/bytecodealliance/wasmtime"
rust-version = "1.80.0"
version = "27.0.0"

[target.'cfg(not(target_os = "windows"))'.dependencies.rustix]
features = ["process"]
version = "0.38.31"

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
features = ["Win32_System_Threading"]
version = "0.59.0"

[[test]]
name = "cache_write_default_config"
path = "tests/cache_write_default_config.rs"