# 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 = "sune" version = "0.1.1" description = "Solana transaction tool" homepage = "https://github.com/astroorbis/sune" readme = "README.md" license = "MIT" repository = "https://github.com/astroorbis/sune" [lib] name = "sune" crate-type = ["lib"] [[bin]] name = "sune" path = "bin/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.astrolib] version = "0.1.3" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.itertools] version = "0.13.0" [dependencies.jsonrpsee] version = "0.23.1" features = [ "http-client", "server", "macros", ] [dependencies.log] version = "0.4.21" [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1.37.0"