# 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 = "aplk-gw" version = "0.1.5" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "test description 03" readme = false license = "MIT OR Apache-2.0" [lib] name = "aplk_gw" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.ed25519-dalek] version = "^2.1" optional = true default-features = false [dependencies.rand] version = "0.8.5" optional = true [dependencies.soroban-sdk] version = "21.0.1-preview.3" [dependencies.srb-std] version = "^0.2.0" [dependencies.srb-trfc] version = "^0.1.3" [dev-dependencies.ed25519-dalek] version = "^2.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.soroban-sdk] version = "21.0.1-preview.3" features = ["testutils"] [dev-dependencies.srb-std] version = "^0.2.0" features = ["testutils"] [features] testutils = [ "soroban-sdk/testutils", "srb-std/testutils", "ed25519-dalek", "rand", ]