rocksdb-store 0.4.0

Some helpers for working with RocksDB databases
# 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 = "rocksdb-store"
version = "0.4.0"
authors = ["Travis Brown <travisrobertbrown@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Some helpers for working with RocksDB databases"
homepage = "https://github.com/travisbrown/rocksdb-store"
readme = "README.md"
keywords = ["rocksdb"]
license = "GPL-3.0-only"
repository = "https://github.com/travisbrown/rocksdb-store"

[lib]
name = "rocksdb_store"
path = "src/lib.rs"

[dependencies.bincode]
version = "2"
features = ["serde"]

[dependencies.rocksdb]
version = "0.25"

[dependencies.serde]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.quickcheck-arbitrary-derive]
version = "0.2"

[dev-dependencies.quickcheck_macros]
version = "1"

[dev-dependencies.serde_derive]
version = "1"

[dev-dependencies.tempfile]
version = "3"