# 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.74.0" name = "soroban-simulation-zephyr" version = "21.2.2" authors = ["Stellar Development Foundation "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Soroban host invocation simulations." 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_simulation_zephyr" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" features = [] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.152" [dependencies.soroban-env-host] version = "=21.2.2" features = [ "recording_mode", "unstable-next-api", ] package = "soroban-env-host-zephyr" [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.soroban-env-host] version = "=21.2.2" features = [ "recording_mode", "testutils", "unstable-next-api", ] package = "soroban-env-host-zephyr" [dev-dependencies.tap] version = "1.0.1" [features] next = ["soroban-env-host/next"] testutils = ["soroban-env-host/testutils"]