# 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 = "ledger-kv" version = "0.1.0" description = "A Rust-based key-value store designed for append-only data storage. Features SHA-256 checksums for data integrity and cross-compiles to wasm32 for smart contract applications." readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "ledger_kv" path = "src/lib.rs" [dependencies.ahash] version = "0.8.6" [dependencies.anyhow] version = "1.0.75" [dependencies.borsh] version = "1.1.1" [dependencies.borsh-derive] version = "1.1.1" [dependencies.clap] version = "4.4.7" [dependencies.fs-err] version = "2.9.0" [dependencies.indexmap] version = "2.1.0" [dependencies.log] version = "0.4.20" [dependencies.sha2] version = "0.10.8" [dev-dependencies.tempfile] version = "3.8.0" [target."cfg(target_arch = \"x86_64\")".dependencies.memmap2] version = "0.9.0"