[package] name = "soroban-token-spec" description = "Soroban spec for the built-in token contract" homepage = "https://github.com/stellar/rs-soroban-sdk" repository = "https://github.com/stellar/rs-soroban-sdk" authors = ["Stellar Development Foundation "] readme = "../README.md" license = "Apache-2.0" version.workspace = true edition = "2021" rust-version = "1.67" [lib] crate-type = ["cdylib", "rlib"] doctest = false [dependencies] soroban-sdk = { workspace = true } [target.'cfg(not(target_family="wasm"))'.dependencies] rand = { version = "0.7.3", optional = true } [dev_dependencies] rand = { version = "0.7.3" } soroban-sdk = { workspace = true, features = ["testutils"] }