# 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-sdk" version = "0.6.15" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SDK for writing smart contracts" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/loambuild/loam/tree/main/crates/loam-sdk" [lib] name = "loam_sdk" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.loam-sdk-macro] version = "0.8.4" [dependencies.loam-soroban-sdk] version = "0.6.15" optional = true [features] default = ["loam-soroban-sdk"] soroban-sdk-alloc = ["loam-soroban-sdk/alloc"] soroban-sdk-testutils = ["loam-soroban-sdk/testutils"] [target.'cfg(not(target_family="wasm"))'.dependencies.soroban-sdk] version = "21.2.0" features = ["testutils"] optional = true