# 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 = "scrypto" version = "1.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Scrypto standard library, from the Radix DLT project." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/radixdlt/radixdlt-scrypto" [lib] name = "scrypto" path = "src/lib.rs" bench = false [dependencies.bech32] version = "0.9.0" default-features = false [dependencies.const-sha1] version = "0.3.0" default-features = false [dependencies.hex] version = "0.4.3" default-features = false [dependencies.minicov] version = "=0.3.5" optional = true [dependencies.num-bigint] version = "0.4.3" default-features = false [dependencies.num-traits] version = "0.2.15" default-features = false [dependencies.paste] version = "1.0.13" [dependencies.radix-blueprint-schema-init] version = "1.3.0" default-features = false [dependencies.radix-common] version = "1.3.0" default-features = false [dependencies.radix-engine-interface] version = "1.3.0" default-features = false [dependencies.radix-rust] version = "1.3.0" default-features = false [dependencies.sbor] version = "1.3.0" default-features = false [dependencies.scrypto-derive] version = "1.3.0" default-features = false [dependencies.serde] version = "1.0.144" features = ["derive"] optional = true default-features = false [dependencies.strum] version = "0.24" features = [ "derive", "derive", ] default-features = false [features] alloc = [ "hex/alloc", "sbor/alloc", "radix-blueprint-schema-init/alloc", "scrypto-derive/alloc", "radix-common/alloc", "radix-engine-interface/alloc", "radix-rust/alloc", ] coverage = ["minicov"] default = ["std"] log-debug = [] log-error = [] log-info = [] log-trace = [] log-warn = [] no-schema = ["scrypto-derive/no-schema"] std = [ "hex/std", "sbor/std", "radix-blueprint-schema-init/std", "scrypto-derive/std", "strum/std", "radix-common/std", "radix-engine-interface/std", "radix-rust/std", ] trace = ["scrypto-derive/trace"]