# 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-tools" 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" [package.metadata] homepage = "https://litemint.com" [lib] doctest = false [dependencies.soroban-sdk] version = "20.3.2" [dev-dependencies.soroban-sdk] version = "20.3.2" features = ["testutils"] [features] circuit-breaker = ["state-machine"] commitment-scheme = [] default = [ "commitment-scheme", "storage", "state-machine", "circuit-breaker", "oracle", "utils", ] mock-storage = ["storage"] oracle = [] state-machine = [] storage = [] utils = []