pigdb 0.5.1

Key-value database for the blockchain
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 = "pigdb"
version = "0.5.1"
authors = ["Parity Technologies <admin@parity.io>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Key-value database for the blockchain"
homepage = "https://substrate.dev"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-util-collections/pigdb.git"

[profile.release]
debug = 2
panic = "abort"

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

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

[dependencies.blake2]
version = "0.10.4"

[dependencies.crc32fast]
version = "1.2.0"

[dependencies.fs2]
version = "0.4.3"

[dependencies.hex]
version = "0.4.2"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4.8"

[dependencies.loom]
version = "0.5.1"
optional = true

[dependencies.memmap2]
version = "0.5"

[dependencies.parking_lot]
version = "0.12.0"

[dependencies.rand]
version = "0.8.4"

[dependencies.siphasher]
version = "0.3.10"

[dependencies.snap]
version = "1"

[dev-dependencies.env_logger]
version = "0.10.0"
features = [
    "auto-color",
    "humantime",
]
default-features = false

[dev-dependencies.fdlimit]
version = "0.2.1"

[dev-dependencies.rand]
version = "0.8.2"
features = ["small_rng"]

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

[features]
bench = []
instrumentation = []

[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"