unc-sdk 0.7.4

Rust library for writing UNC smart contracts.
Documentation
[[test]]
name = "compilation_tests"
path = "compilation_tests/all.rs"
required-features = ["abi", "unstable"]
[dependencies.base64]
version = "0.22.0"

[dependencies.borsh]
features = ["derive"]
version = "1.0.0"

[dependencies.bs58]
version = "0.5"

[dependencies.once_cell]
default-features = false
version = "1.17"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.unc-account-id]
features = ["serde", "borsh"]
version = "0.7.2"

[dependencies.unc-gas]
features = ["serde", "borsh"]
version = "0.1.0"

[dependencies.unc-sdk-macros]
version = "0.7.4"

[dependencies.unc-sys]
version = "0.7.0"

[dependencies.unc-token]
features = ["serde", "borsh"]
version = "0.4.0"
[dev-dependencies.arbitrary]
features = ["derive"]
version = "1.2.3"

[dev-dependencies.derive_arbitrary]
version = "1.2.3"

[dev-dependencies.getrandom]
features = ["js"]
version = "0.2"

[dev-dependencies.hex]
features = ["serde"]
version = "0.4.3"

[dev-dependencies.quickcheck]
version = "1.0"

[dev-dependencies.rand]
version = "0.8.4"

[dev-dependencies.rand_chacha]
version = "0.3.1"

[dev-dependencies.rand_xorshift]
version = "0.3"

[dev-dependencies.rustversion]
version = "1.0"

[dev-dependencies.symbolic-debuginfo]
version = "12"

[dev-dependencies.trybuild]
version = "1.0"

[dev-dependencies.unc-abi]
features = ["__chunked-entries"]
version = "0.1.0"

[dev-dependencies.unc-rng]
version = "0.1.0"

[features]
__abi-embed = ["unc-sdk-macros/__abi-embed"]
__abi-generate = ["abi", "unc-sdk-macros/__abi-generate"]
abi = ["borsh/unstable__schema", "unc-abi", "schemars", "unc-sdk-macros/abi", "unc-account-id/abi", "unc-gas/abi", "unc-token/abi"]
default = ["wee_alloc"]
expensive-debug = []
legacy = []
unit-testing = ["unc-vm-runner", "unc-primitives-core", "unc-primitives", "unc-crypto", "unc-parameters"]
unstable = []

[package]
authors = ["Utility Inc <hello@unet.com>"]
categories = ["wasm"]
description = "Rust library for writing UNC smart contracts.\n"
edition = "2021"
homepage = "https://unc-sdk.io"
license = "MIT OR Apache-2.0"
name = "unc-sdk"
readme = "README.md"
repository = "https://github.com/utility/unc-sdk-rs"
version = "0.7.4"
[package.metadata.docs.rs]
features = ["unstable", "legacy"]
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.schemars]
optional = true
version = "0.8.8"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.unc-abi]
features = ["__chunked-entries"]
optional = true
version = "0.1.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.unc-crypto]
optional = true
version = "0.7.3"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.unc-parameters]
optional = true
version = "0.7.3"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.unc-primitives]
optional = true
version = "0.7.3"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.unc-primitives-core]
optional = true
version = "0.7.3"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.unc-vm-runner]
optional = true
version = "0.7.3"
[target."cfg(target_arch = \"wasm32\")".dependencies.wee_alloc]
default-features = false
optional = true
version = "0.4.5"