# 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 = "storedb" version = "1.0.6" authors = ["Anand Aiyer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Disk-backed transactional key-value database" homepage = "https://github.com/aaiyer/storedb" readme = "README.md" keywords = [ "database", "embedded-database", "key-value", "key-value-store", "sqlite", ] categories = ["database"] license = "MIT" repository = "https://github.com/aaiyer/storedb" [lib] name = "storedb" path = "src/lib.rs" [[example]] name = "example" path = "examples/example.rs" [dependencies.postcard] version = "1" features = ["use-std"] [dependencies.rusqlite] version = "0.32" features = [ "bundled", "functions", ] [dependencies.serde] version = "1" [dependencies.tempfile] version = "3.13" [dependencies.thiserror] version = "1"