near-store 0.1.0-pre.1

This internal crate provides a storage abstraction for near runtime.
Documentation
[[bench]]
harness = false
name = "trie_bench"
[dependencies.borsh]
version = "0.8.1"

[dependencies.byteorder]
version = "1.2"

[dependencies.cached]
version = "0.23"

[dependencies.derive_more]
version = "0.99.3"

[dependencies.elastic-array]
version = "0.11"

[dependencies.lazy_static]
version = "1.4"

[dependencies.near-crypto]
version = "0.1.0"

[dependencies.near-primitives]
version = "0.1.0-pre.1"

[dependencies.num_cpus]
version = "1.11"

[dependencies.rand]
version = "0.7"

[dependencies.rocksdb]
version = "0.15.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.strum]
features = ["derive"]
version = "0.20"
[dev-dependencies.bencher]
version = "0.1.5"

[dev-dependencies.rand]
version = "0.7"

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

[features]
adversarial = []
default = []
nightly_protocol = []
nightly_protocol_features = ["nightly_protocol", "protocol_feature_rectify_inflation", "protocol_feature_block_header_v3"]
no_cache = []
protocol_feature_block_header_v3 = []
protocol_feature_rectify_inflation = []

[package]
authors = ["Near Inc <hello@nearprotocol.com>"]
description = "This internal crate provides a storage abstraction for near runtime.\n"
edition = "2018"
homepage = "https://github.com/nearprotocol/nearcore"
license = "Apache-2.0"
name = "near-store"
repository = "https://github.com/nearprotocol/nearcore"
version = "0.1.0-pre.1"
[package.metadata.workspaces]
independent = true