# 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 = "sowa" version = "1.1.0" authors = ["Sam "] description = "A Solana Wallet CLI" homepage = "https://github.com/SAMAD101/sowa" readme = "README.md" keywords = [ "solana", "cli", "wallet", "sowa", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools", "cryptography::cryptocurrencies", ] license-file = "LICENSE" repository = "https://github.com/SAMAD101/sowa" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.10" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.121" [dependencies.solana-client] version = "2.0.3" [dependencies.solana-sdk] version = "2.0.3"