# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dyn-cache" version = "0.12.2" authors = ["Adam Perry "] description = "Query cache indexed by type." homepage = "https://moxie.rs" readme = "CHANGELOG.md" keywords = ["incremental", "memoize", "intern", "cache"] categories = ["caching", "rust-patterns"] license = "MIT/Apache-2.0" repository = "https://github.com/anp/moxie.git" [dependencies.downcast-rs] version = "1.1.1" [dependencies.hash_hasher] version = "2.0.3" [dependencies.hashbrown] version = "0.11.0" [dependencies.illicit] version = "1.1.2" [dependencies.parking_lot] version = "0.11.0" [dependencies.paste] version = "1.0.0" [dev-dependencies.scopeguard] version = "1" [features] default = [] wasm-bindgen = ["parking_lot/wasm-bindgen"]