radix-rust 1.3.1

A very thin abstraction over Rust std library for convenience, from the Radix DLT project.
Documentation
[dependencies.hashbrown]
optional = true
version = "0.15.1"

[dependencies.indexmap]
default-features = false
version = "2.7.0"

[dependencies.preinterpret]
version = "0.2.0"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0.144"

[features]
alloc = ["hashbrown"]
default = ["std"]
fuzzing = ["indexmap/arbitrary"]
serde = ["serde/derive", "indexmap/serde"]
std = ["indexmap/std"]
unicode = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A very thin abstraction over Rust std library for convenience, from the Radix DLT project."
edition = "2021"
license-file = "LICENSE"
name = "radix-rust"
readme = "README.md"
repository = "https://github.com/radixdlt/radixdlt-scrypto"
version = "1.3.1"