sbor 1.4.0

Reference implementation of the SBOR binary data format, 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 = "sbor"
version = "1.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reference implementation of the SBOR binary data format, from the Radix DLT project."
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/radixdlt/radixdlt-scrypto"

[features]
alloc = [
    "radix-rust/alloc",
    "serde?/alloc",
    "lazy_static/spin_no_std",
    "serde_json/alloc",
    "hex/alloc",
]
default = ["std"]
fuzzing = [
    "arbitrary",
    "radix-rust/fuzzing",
]
serde = [
    "dep:serde",
    "radix-rust/serde",
]
std = [
    "radix-rust/std",
    "serde?/std",
    "serde_json/std",
    "serde_json/preserve_order",
    "hex/std",
]
trace = ["sbor-derive/trace"]

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

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

[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-rust]
version = "1.4.0"
default-features = false

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

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

[dev-dependencies.serde_json]
version = "1.0.105"