radix-substate-store-impls 1.4.0

Includes various substate store implementations, from the Radix DLT project.
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 = "radix-substate-store-impls"
version = "1.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Includes various substate store implementations, from the Radix DLT project."
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/radixdlt/radixdlt-scrypto"

[features]
alloc = [
    "hex/alloc",
    "sbor/alloc",
    "radix-rust/alloc",
    "radix-common/alloc",
    "radix-substate-store-interface/alloc",
    "itertools/use_alloc",
]
default = ["std"]
rocksdb = ["dep:rocksdb"]
std = [
    "hex/std",
    "sbor/std",
    "radix-rust/std",
    "radix-common/std",
    "radix-substate-store-interface/std",
    "itertools/use_std",
]

[lib]
name = "radix_substate_store_impls"
path = "src/lib.rs"
bench = false

[dependencies.hex]
version = "0.4.3"
default-features = false

[dependencies.itertools]
version = "0.10.3"

[dependencies.radix-common]
version = "1.4.0"
default-features = false

[dependencies.radix-rust]
version = "1.4.0"
default-features = false

[dependencies.radix-substate-store-interface]
version = "1.4.0"
default-features = false

[dependencies.rocksdb]
version = "0.24.0"
optional = true

[dependencies.sbor]
version = "1.4.0"
default-features = false

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