radix-engine-interface 1.4.0

The interface between system layer and VM layer, 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-engine-interface"
version = "1.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The interface between system layer and VM layer, from the Radix DLT project."
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/radixdlt/radixdlt-scrypto"

[features]
alloc = [
    "hex/alloc",
    "serde_json/alloc",
    "sbor/alloc",
    "radix-blueprint-schema-init/alloc",
    "radix-common/alloc",
    "radix-common-derive/alloc",
    "radix-rust/alloc",
    "serde?/alloc",
]
default = ["std"]
fuzzing = [
    "arbitrary",
    "sbor/fuzzing",
    "radix-common/fuzzing",
    "radix-rust/fuzzing",
    "dep:serde",
]
std = [
    "hex/std",
    "serde_json/std",
    "sbor/std",
    "radix-blueprint-schema-init/std",
    "radix-common/std",
    "radix-common-derive/std",
    "strum/std",
    "radix-rust/std",
    "serde?/std",
]

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

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

[dependencies.arbitrary]
version = "1.3.0"
features = [
    "derive",
    "derive",
]
optional = true

[dependencies.bitflags]
version = "1.3"

[dependencies.const-sha1]
version = "0.3.0"
default-features = false

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

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.paste]
version = "1.0.13"

[dependencies.radix-blueprint-schema-init]
version = "1.4.0"
default-features = false

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

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

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

[dependencies.regex]
version = "=1.9.3"
features = []
default-features = false

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

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

[dependencies.serde_json]
version = "1.0.105"

[dependencies.strum]
version = "0.24"
features = [
    "derive",
    "derive",
]
default-features = false

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