# 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 = "holochain_persistence_mem" version = "0.0.18" authors = ["Holochain Core Dev Team "] description = "persistence for content addressable storage and entity attribute value indexes. A simple, thread-safe in memory store." documentation = "https://docs.rs/holochain_persistence_mem" readme = "README.md" keywords = ["holochain", "holo", "persistence", "cas", "eav"] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/holochain/holochain-persistence" [dependencies.glob] version = "=0.3.0" [dependencies.holochain_json_api] version = "=0.0.23" [dependencies.holochain_persistence_api] version = "=0.0.18" [dependencies.lazy_static] version = "=1.4.0" [dependencies.multihash] version = "=0.8.0" [dependencies.serde] version = "=1.0.104" [dependencies.serde_derive] version = "=1.0.104" [dependencies.serde_test] version = "=1.0.104" [dependencies.uuid] version = "=0.7.1" features = ["v4"] [dev-dependencies.tempfile] version = "=3.0.7"