[package] name = "sep-41-token" version = "1.1.0" description = "SEP-0041 Standard Token trait, client, and mock implementation" authors = ["Script3 "] repository = "https://github.com/script3/sep-40-oracle" license = "MIT" edition = "2021" readme = "README.md" keywords = ["no_std", "wasm", "soroban"] rust-version = "1.79.0" [lib] crate-type = ["cdylib", "rlib"] doctest = false [features] testutils = ["soroban-sdk/testutils"] [dependencies] soroban-sdk = { workspace = true } [dev_dependencies] soroban-sdk = { workspace = true, features = ["testutils"] }