simpl_cache 1.0.0-beta

Simple rust caching tools
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "proc-macro2"
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "simpl_cache"
version = "1.0.0-beta"
dependencies = [
 "simple_cache_macros",
]

[[package]]
name = "simple_cache_core"
version = "1.0.0-beta"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ecc5c22f9ab3369f2c2e4f7187cf7a70b959964cca21150eeb65597defe653f"

[[package]]
name = "simple_cache_macros"
version = "1.0.0-beta"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6961f03977acd57023d22d1cd2aed628314148fe8524b1b1b1ef55d8b34af370"
dependencies = [
 "proc-macro2",
 "quote",
 "simple_cache_core",
 "syn",
]

[[package]]
name = "syn"
version = "2.0.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"