# 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 = "nostr-kv" version = "0.3.2" authors = ["Arron zhang "] build = false exclude = [".gitignore"] autobins = false autoexamples = false autotests = false autobenches = false description = "Lmdb api for nostr-db" homepage = "https://github.com/rnostr" readme = "README.md" keywords = ["lmdb"] license = "MIT OR Apache-2.0" repository = "https://github.com/rnostr/rnostr.git" [lib] name = "nostr_kv" path = "src/lib.rs" [[test]] name = "lmdb" path = "tests/lmdb.rs" [[test]] name = "scanner" path = "tests/scanner.rs" [dependencies.libc] version = "0.2.158" [dependencies.lmdb-master-sys] version = "0.2.4" [dependencies.parking_lot] version = "0.12.3" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.tempfile] version = "3.12.0"