# 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 = "solarti-transfer-hook-cli" version = "0.0.1" authors = [ "Miraland Crafters ", "Solana Labs Maintainers ", ] description = "solarti-Token Command-line Utility" homepage = "https://spl.miraland.top/token" license = "Apache-2.0" repository = "https://github.com/miraland-labs/solarti-program-library" [[bin]] name = "solarti-transfer-hook" path = "src/main.rs" [dependencies.clap] version = "3" features = ["cargo"] [dependencies.futures-util] version = "0.3.19" [dependencies.miraland-clap-v3-utils] version = "1.14.18" [dependencies.miraland-cli-config] version = "1.14.18" [dependencies.miraland-client] version = "1.14.18" [dependencies.miraland-logger] version = "1.14.18" [dependencies.miraland-remote-wallet] version = "1.14.18" [dependencies.miraland-sdk] version = "1.14.18" [dependencies.solarti-tlv-account-resolution] version = "0.4" [dependencies.solarti-transfer-hook-interface] version = "0.3" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.miraland-test-validator] version = "1.14.18" [dev-dependencies.solarti-token-2022] version = "0.9" features = ["no-entrypoint"] [dev-dependencies.solarti-token-client] version = "0.4"