# 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 = "shmap" version = "0.4.7" authors = ["BarbossHack "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A key-value store based on linux shared-memory files (shm) for persisting state across program restarts." homepage = "https://github.com/BarbossHack/shmap" readme = "README.md" keywords = [ "shm", "shared-memory", "inter-process", "store", "ramfs", ] categories = [ "database-implementations", "concurrency", "data-structures", "caching", ] license = "MIT OR Apache-2.0" repository = "https://github.com/BarbossHack/shmap" [lib] name = "shmap" path = "src/lib.rs" [dependencies.aes-gcm] version = "0.10" features = ["std"] [dependencies.bincode] version = "=2.0.0-rc.3" features = [ "std", "serde", ] default-features = false [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.fdlimit] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.memmap2] version = "0.9" [dependencies.named-lock] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["serde_derive"] [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dev-dependencies.env_logger] version = "0.11" [lints.clippy] missing_errors_doc = "allow" undocumented_unsafe_blocks = "warn" unwrap_used = "warn" [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1