# 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.69" name = "soroban-auth" version = "0.8.3" authors = ["Stellar Development Foundation "] description = "Soroban auth SDK." homepage = "https://github.com/stellar/rs-soroban-sdk" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/stellar/rs-soroban-sdk" [package.metadata.docs.rs] all-features = true [lib] doctest = false [dependencies.soroban-sdk] version = "0.8.3" [dev-dependencies.soroban-sdk] version = "0.8.3" features = ["testutils"] [features] testutils = [ "soroban-env-host/testutils", "soroban-sdk/testutils", ] [target."cfg(not(target_family=\"wasm\"))".dependencies.soroban-env-host] version = "0.0.16" features = [ "vm", "hostfn_log_fmt_values", ]