# 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 = "zephyr-sdk" version = "0.2.4" authors = ["Tommaso De Ponti @ xyclooLabs "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "zephyr_sdk" path = "src/lib.rs" [dependencies.bincode] version = "1.0" [dependencies.charming-fork-zephyr] version = "0.3.1" [dependencies.ed25519-dalek] version = ">= 2.1.1" [dependencies.macros] version = "0.1.1" package = "zephyr-macros" [dependencies.rs-zephyr-common] version = "0.1.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.7" [dependencies.soroban-sdk] version = "21.5.0" features = ["alloc"] [dependencies.stellar-strkey] version = "0.0.8" [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" [dependencies.zephyr] version = "0.2.1" features = ["testutils"] optional = true package = "zephyr-vm" [features] default = [] testutils = ["dep:zephyr"]