# 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 = "loam-soroban-sdk" version = "0.6.15" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A wrapper around the soroban-sdk, providing some soroban specific traits" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/loambuild/loam/tree/main/crates/loam-soroban-sdk" [lib] name = "loam_soroban_sdk" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.loam-sdk-macro] version = "0.8.4" [dependencies.soroban-sdk] version = "21.2.0" [features] alloc = ["soroban-sdk/alloc"] default = [] testutils = ["soroban-sdk/testutils"] [target.'cfg(not(target_family="wasm"))'.dependencies.soroban-sdk] version = "21.2.0" features = ["testutils"]