# 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 = "soroban-macros" version = "0.1.11" authors = ["Fred Kyung-jin Rezeau "] description = "Fast, lightweight functions and macros with lean, targeted functionality for Soroban smart contract development." readme = "README.md" keywords = [ "soroban", "stellar", "blockchain", "smart-contract", ] license-file = "LICENSE" repository = "https://github.com/fredericrezeau/soroban-kit" [lib] doctest = false proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.soroban-sdk] version = "20.3.2" [dependencies.soroban-tools] version = "0.1.11" optional = true default-features = false [dependencies.syn] version = "1.0" features = ["full"] [dev-dependencies.soroban-sdk] version = "20.3.2" features = ["testutils"] [features] circuit-breaker = [ "soroban-tools/circuit-breaker", "state-machine", ] commitment-scheme = ["soroban-tools/commitment-scheme"] default = [ "commitment-scheme", "storage", "state-machine", "circuit-breaker", "oracle", "utils", ] mock-storage = [ "soroban-tools/mock-storage", "storage", ] oracle = ["soroban-tools/oracle"] state-machine = ["soroban-tools/state-machine"] storage = ["soroban-tools/storage"] utils = ["soroban-tools/utils"]