# 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 = "rathe-storage-cli" version = "1.0.0" authors = ["Max Koverdyaev "] description = "A CLI utility for the Rathe Storage program" license = "MIT" [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.solana-client] version = "1.11.4" [dependencies.solana-sdk] version = "1.11.4" [dependencies.storage-program] version = "1.0.0" features = ["no-entrypoint"] package = "rathe-storage-program" [dependencies.tokio] version = "1.14.1"