# 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.2.0" description = "Includes various substate store implementations, from the Radix DLT project." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/radixdlt/radixdlt-scrypto" [lib] doctest = false bench = false [dependencies.hex] version = "0.4.3" default-features = false [dependencies.itertools] version = "0.10.3" [dependencies.radix-common] version = "1.2.0" default-features = false [dependencies.radix-rust] version = "1.2.0" default-features = false [dependencies.radix-substate-store-interface] version = "1.2.0" default-features = false [dependencies.rocksdb] version = "0.21.0" optional = true [dependencies.sbor] version = "1.2.0" default-features = false [dev-dependencies.tempfile] version = "3.8.0" [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", ]