# 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 = "hello-soroban-kit" version = "0.1.11" authors = ["Fred Kyung-jin Rezeau "] description = "Demo soroban smart contract for soroban-kit." readme = "README.md" keywords = [ "soroban", "stellar", "blockchain", "smart-contract", "web3", ] license-file = "LICENSE" repository = "https://github.com/fredericrezeau/soroban-kit" [lib] crate-type = ["cdylib"] [dependencies.soroban-kit] version = "0.1.11" features = [ "commitment-scheme", "storage", "state-machine", "circuit-breaker", "oracle", "utils", ] default-features = false [dependencies.soroban-sdk] version = "20.3.2" [dev-dependencies.soroban-sdk] version = "20.3.2" features = ["testutils"]