pdk-cache-lib 1.7.0

PDK Cache Library
Documentation
# 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 = "2018"
rust-version = "1.88.0"
name = "pdk-cache-lib"
version = "1.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDK Cache Library"
readme = "README.md"
keywords = [
    "pdk",
    "cache",
    "wasm",
]
categories = ["wasm"]
license-file = "LICENSE.txt"
resolver = "2"

[lib]
name = "pdk_cache_lib"
crate-type = ["rlib"]
path = "src/lib.rs"
doctest = false

[dependencies.bincode]
version = "1.3.3"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.log]
version = "0.4.19"

[dependencies.pdk_core]
version = "1.7.0"
package = "pdk-core"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.mockall]
version = "0.11.0"