scrypto-compiler 1.3.1

A library for compiling Scrypto code, from the Radix DLT project.
Documentation
[dependencies.cargo_toml]
version = "0.22.3"

[dependencies.fslock]
version = "0.2.1"

[dependencies.lazy_static]
version = "1.4.0"

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

[dependencies.radix-engine]
default-features = false
version = "1.3.1"

[dependencies.radix-engine-interface]
default-features = false
version = "1.3.1"

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

[dependencies.rustc-build-sysroot]
version = "0.5.11"

[dependencies.serde_json]
version = "1.0.105"

[dependencies.wasm-opt]
version = "0.114.1"

[dev-dependencies.rayon]
version = "1.5.3"

[dev-dependencies.tempdir]
version = "0.3.7"

[features]
alloc = ["serde_json/alloc", "radix-engine-interface/alloc", "radix-common/alloc", "radix-engine/alloc", "radix-engine/lru", "radix-rust/alloc"]
default = ["std"]
std = ["serde_json/std", "radix-engine-interface/std", "radix-common/std", "radix-engine/std", "radix-engine/moka", "radix-rust/std"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for compiling Scrypto code, from the Radix DLT project."
edition = "2021"
license-file = "LICENSE"
name = "scrypto-compiler"
readme = "README.md"
version = "1.3.1"

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