# 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-common" version = "22.0.0" authors = ["Stellar Development Foundation "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Soroban contract environment common types and functionality." 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_common" path = "src/lib.rs" [dependencies.arbitrary] version = "1.3.2" features = ["derive"] optional = true [dependencies.ethnum] version = "1.5.0" [dependencies.num-derive] version = "0.4.1" [dependencies.num-traits] version = "0.2.17" default-features = false [dependencies.serde] version = "1.0.192" features = ["derive"] optional = true [dependencies.soroban-env-macros] version = "=22.0.0" [dependencies.static_assertions] version = "1.1.0" [dependencies.stellar-xdr] version = "=22.0.0" features = ["curr"] default-features = false [dependencies.wasmi] version = "=0.31.1-soroban.20.0.1" optional = true package = "soroban-wasmi" [dependencies.wasmparser] version = "=0.116.1" optional = true [dev-dependencies.num-traits] version = "0.2.17" [dev-dependencies.num_enum] version = "0.7.1" [build-dependencies.crate-git-revision] version = "0.0.6" [features] next = [ "stellar-xdr/next", "soroban-env-macros/next", ] serde = [ "dep:serde", "stellar-xdr/serde", ] shallow-val-hash = [] std = [ "stellar-xdr/std", "stellar-xdr/base64", ] testutils = [ "dep:arbitrary", "stellar-xdr/arbitrary", ] tracy = ["dep:tracy-client"] wasmi = [ "dep:wasmi", "dep:wasmparser", ] [target.'cfg(not(target_family = "wasm"))'.dependencies.tracy-client] version = "0.17.0" features = [ "enable", "timer-fallback", ] optional = true default-features = false