# 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" rust-version = "1.79.0" name = "soroban-env-guest" version = "22.0.0" authors = ["Stellar Development Foundation "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Soroban contract guest environment." homepage = "https://github.com/stellar/rs-soroban-env" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/stellar/rs-soroban-env" [package.metadata.docs.rs] all-features = true [lib] name = "soroban_env_guest" path = "src/lib.rs" [dependencies.soroban-env-common] version = "=22.0.0" features = [] default-features = false [dependencies.static_assertions] version = "1.1.0" [features] next = ["soroban-env-common/next"] testutils = ["soroban-env-common/testutils"]