storage-map 0.2.0

Concurrent append-only map storage
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 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 = "storage-map"
version = "0.2.0"
authors = ["Dzmitry Malyshau <kvarkus@gmail.com>"]
description = "Concurrent append-only map storage"
homepage = "https://github.com/kvark/storage-map"
documentation = "https://docs.rs/crate/storage-map"
keywords = ["hashmap", "map", "concurrent", "lock"]
license = "Apache-2.0"
repository = "https://github.com/kvark/storage-map"
[dependencies.lock_api]
version = "0.3.1"
[dev-dependencies.parking_lot]
version = "0.9.0"