# 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 = "rs-zephyr-sdk" version = "0.1.1" description = "Rust SDK for building Zephyr programs." homepage = "https://mercurydata.app/zephyr-vm/" documentation = "https://docs.mercurydata.app/" readme = "README.md" keywords = [ "wasm", "sdk", "blockchain", ] license = "Apache-2.0" [dependencies.bincode] version = "1.0" [dependencies.macros] version = "0.1.0" package = "zephyr-macros" [dependencies.rs-zephyr-common] version = "0.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.soroban-sdk] version = "20.0.5" features = ["alloc"] [dependencies.stellar-xdr] version = "20.1.0" features = [ "next", "serde", "base64", ] default-features = false [dependencies.thiserror] version = "1.0.49" [dependencies.wee_alloc] version = "0.4.5"