# 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" rust-version = "1.67" name = "soroban-token-spec" version = "0.7.0" authors = ["Stellar Development Foundation "] description = "Soroban spec for the built-in token contract" homepage = "https://github.com/stellar/rs-soroban-sdk" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/stellar/rs-soroban-sdk" [lib] crate-type = [ "cdylib", "rlib", ] doctest = false [dependencies.soroban-sdk] version = "0.7.0" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.soroban-sdk] version = "0.7.0" features = ["testutils"] [target."cfg(not(target_family=\"wasm\"))".dependencies.rand] version = "0.7.3" optional = true