# 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.79.0" name = "jup-cli" version = "0.3.1" authors = ["hirokisan "] description = "A Jupiter CLI that enables swap, etc." homepage = "https://github.com/hirokisan/jup-cli" readme = "README.md" keywords = [ "jupiter", "solana", "swap", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/hirokisan/jup-cli" [[bin]] name = "jup-cli" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.jupiter-swap-api-client] version = "0.1.0" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.11.27" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.solana-client] version = "1.14.23" [dependencies.solana-sdk] version = "1.14.23" [dependencies.spl-token] version = "6.0.0" [dependencies.tokio] version = "1" features = ["full"]