# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "shared_hashmap" version = "0.1.2" authors = ["Joe Hoyle"] description = "A shared hashmap for use between processes, using shared memory" readme = "README.md" keywords = [ "ipc", "shared-memory", "hashmap", ] categories = ["memory-management"] license = "MIT OR Apache-2.0" repository = "https://github.com/humanmade/shared_hashmap/" [lib] name = "shared_hashmap" path = "src/lib.rs" [dependencies.bincode] version = "1.3.3" [dependencies.raw_sync] version = "0.1.5" [dependencies.serde] version = "1.0.164" [dependencies.shared_memory] version = "0.12.4" [dev-dependencies.nix] version = "0.26.2" features = ["process"]