# 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 = "unc-sdk" version = "2.3.2" authors = ["Utility Inc "] description = """ Rust library for writing Utility smart contracts. """ homepage = "https://unc-sdk.io" readme = "README.md" categories = ["wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/utnet-org/utility-sdk-rs" [package.metadata.docs.rs] features = [ "unstable", "legacy", ] [[test]] name = "compilation_tests" path = "compilation_tests/all.rs" required-features = [ "abi", "unstable", ] [dependencies.base64] version = "0.22.0" [dependencies.borsh] version = "1.0.0" features = ["derive"] [dependencies.bs58] version = "0.5" [dependencies.once_cell] version = "1.17" default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.unc-account-id] version = "0.7.2" features = [ "serde", "borsh", ] [dependencies.unc-gas] version = "0.10.0" features = [ "serde", "borsh", ] [dependencies.unc-sdk-macros] version = "2.2.1" [dependencies.unc-sys] version = "2.2.1" [dependencies.unc-token] version = "0.10.1" features = [ "serde", "borsh", ] [dev-dependencies.arbitrary] version = "1.2.3" features = ["derive"] [dev-dependencies.derive_arbitrary] version = "1.2.3" [dev-dependencies.getrandom] version = "0.2" features = ["js"] [dev-dependencies.hex] version = "0.4.3" features = ["serde"] [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] version = "0.10.3" features = ["__chunked-entries"] [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 = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.schemars] version = "0.8.8" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.unc-abi] version = "0.10.3" features = ["__chunked-entries"] optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.unc-crypto] version = "0.10.2" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.unc-parameters] version = "0.10.2" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.unc-primitives] version = "0.10.2" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.unc-primitives-core] version = "0.10.2" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.unc-vm-runner] version = "0.10.2" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.wee_alloc] version = "0.4.5" optional = true default-features = false