# 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 = "nodekit_seq_sdk" version = "0.2.0" description = "This is a JSON RPC Client for nodekit SEQ without any of the dependencies of AvalancheGo, HyperSDK, or SEQ to ensure compatibility with rollups" documentation = "https://docs.rs/crate/nodekit_seq_sdk/0.1.0" readme = "README.md" keywords = [ "jsonrpc", "seq", "sdk", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AnomalyFi/rust-seq-rpc" [lib] name = "nodekit_seq_sdk" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.74" [dependencies.bytes] version = "1" [dependencies.context] version = "3.0.0" [dependencies.http] version = "0.2" [dependencies.reqwest] version = "0.11.22" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_bytes_ng] version = "0.1.2" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.34.0" features = ["full"]