db-rs 0.3.7

fast, embedded, transactional, key value store
Documentation
# 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 = "db-rs"
version = "0.3.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fast, embedded, transactional, key value store"
readme = "README.md"
license = "BSD-3-Clause"
resolver = "1"

[features]
clone = []

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

[[test]]
name = "clone_feature_test"
path = "tests/clone_feature_test.rs"

[[test]]
name = "identity_hasher_tests"
path = "tests/identity_hasher_tests.rs"

[[test]]
name = "list_tests"
path = "tests/list_tests.rs"

[[test]]
name = "lock_tests"
path = "tests/lock_tests.rs"

[[test]]
name = "log_tests"
path = "tests/log_tests.rs"

[[test]]
name = "lookup_list_tests"
path = "tests/lookup_list_tests.rs"

[[test]]
name = "lookup_map_tests"
path = "tests/lookup_map_tests.rs"

[[test]]
name = "lookup_set_tests"
path = "tests/lookup_set_tests.rs"

[[test]]
name = "lookup_tests"
path = "tests/lookup_tests.rs"

[[test]]
name = "migration_tests"
path = "tests/migration_tests.rs"

[[test]]
name = "single_tests"
path = "tests/single_tests.rs"

[[test]]
name = "transaction_tests"
path = "tests/transaction_tests.rs"

[dependencies.bincode]
version = "1.3.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.uuid]
version = "1.2.2"
features = [
    "v4",
    "serde",
]

[dev-dependencies]

[target.'cfg(not(target_family = "wasm"))'.dependencies.fs2]
version = "0.4.3"