sunspot 0.1.3

Proxy server for Solflare Wallet to re-enable custom RPC endpoints
[package]
name = "sunspot"
version = "0.1.3"
edition = "2021"
authors = ["Sammy Harris <sammy@stegabob.com>"]
description = "Proxy server for Solflare Wallet to re-enable custom RPC endpoints"
license = "MIT OR Apache-2.0"
repository = "https://github.com/staratlasmeta/sunspot/"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.4", features = ["derive"] }
hudsucker = { version = "0.20.0", features = ["full"] }
hyper = { version = "0.14.27", features = ["full"] }
lazy_static = "1.4.0"
regex = "1.9.5"
reqwest = { version = "0.11.20", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
solana-account-decoder = "1.16.13"
solana-client = "1.16.13"
solana-sdk = "1.16.13"
spl-token = "4.0.0"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }