# 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 = "dummy-increment-contract" version = "0.0.1" authors = ["Dummy"] description = "desc" license = "Apache-2.0" [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"] doctest = false [dependencies.soroban-sdk] version = "20.0.0-rc2" [dev-dependencies.soroban-sdk] version = "20.0.0-rc2" features = ["testutils"]