# 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 = "bitski" version = "0.3.1" description = "Bitski Rust SDK" readme = "README.md" license = "Apache-2.0 OR MIT" [dependencies.anyhow] version = "1.0" [dependencies.bitski-chain-models] version = "0.2.4" [dependencies.bitski-provider] version = "0.3.0" [dependencies.jsonrpc-core] version = "18" [dependencies.oauth2] version = "4.3" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tracing] version = "0.1" optional = true [dependencies.web3] version = "0.19" [features] ethers = [] tracing = ["dep:tracing"]