# 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 = "ledger-meta-factory" version = "0.1.4" authors = ["Tommaso De Ponti @ xyclooLabs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility for building customized Stellar ledger transitions." homepage = "https://mercurydata.app/zephyr-vm/" documentation = "https://docs.mercurydata.app/" readme = "README.md" keywords = [ "stellar", "soroban", "blockchain", ] license = "Apache-2.0" [lib] name = "ledger_meta_factory" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.stellar-strkey] version = "0.0.8" [dependencies.stellar-xdr] version = "=22.0.0-rc.1.1" features = [ "next", "curr", "serde", "base64", ] [dev-dependencies.soroban-sdk] version = "21.5.0" features = ["alloc"]