# 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-snooker" version = "0.1.4" authors = ["Fred Kyung-jin Rezeau "] description = "A smart contract showcasing web3 gaming with Soroban on Stellar" readme = "README.md" keywords = [ "web3", "soroban", "stellar", "nft", "gaming", ] license-file = "LICENSE" repository = "https://github.com/fredericrezeau/soroban-snooker" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 debug-assertions = false panic = "abort" overflow-checks = true strip = "symbols" [profile.release-with-logs] debug-assertions = true inherits = "release" [lib] crate-type = ["cdylib"] [dependencies.soroban-kit] version = "0.1.11" features = ["storage"] default-features = false [dependencies.soroban-sdk] version = "20.3.2" [dev-dependencies.soroban-sdk] version = "20.3.2" features = ["testutils"] [features] testutils = ["soroban-sdk/testutils"]