# 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 = "lib3h_persistence_pickle" version = "0.0.1-alpha2" authors = ["Holochain Core Dev Team "] description = "lib3h persistence for content addressable storage and entity attribute value indexes backed by pickledb-rs." documentation = "https://docs.rs/lib3h_persistence_pickle" readme = "README.md" keywords = ["holochain", "persistence", "pickledb-rs", "cas", "eav"] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/holochain/lib3h" [dependencies.glob] version = "=0.3.0" [dependencies.lazy_static] version = "=1.2.0" [dependencies.lib3h_persistence_api] version = "=0.0.1-alpha2" [dependencies.multihash] version = "=0.8.0" [dependencies.pickledb] version = "=0.4.0" [dependencies.serde] version = "=1.0.89" [dependencies.serde_derive] version = "=1.0.89" [dependencies.serde_test] version = "=1.0.89" [dependencies.uuid] version = "=0.7.1" features = ["v4"] [dev-dependencies.tempfile] version = "=3.0.7"