[package] name = "fetchingsolanatransaction" version = "0.1.0" edition = "2021" exclude = [ "transactions/*", ".gitignore", ] authors = ["Goup9"] description = "A crate to get the new launched block data in the solana" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = "0.12.4" serde_json = "1.0" tokio = { version = "1", features = ["full"] } serde = { version = "1.0", features = ["derive"]} tungstenite = {version = "0.23.0", features = ["native-tls"]} url = "2.2.2" tokio-tungstenite = "0.23.0"