# 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 = "shadow-rpc-auth" version = "0.7.2" authors = [ "Cavey Cool ", "Tracy ", "Khalilnafis ", ] description = "Authenticate against RPCs that require JWT auth headers" license = "MIT OR Apache-2.0" repository = "https://github.com/GenesysGo/shadow-drive-rust" resolver = "1" [dependencies.anyhow] version = "1.0.68" [dependencies.async-trait] version = "0.1.58" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.13" [dependencies.serde] version = "1.0.151" [dependencies.serde_json] version = "1.0.91" [dependencies.solana-client] version = "1.10.34" [dependencies.solana-sdk] version = "1.10.34" [dependencies.solana-version] version = "1.10.34" [dependencies.tokio] version = "^1" features = ["full"]