# 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 = "symbiosis-api" version = "1.0.0" authors = ["phnaharris "] description = "A high-level binding for Symbiosis API, written in Rust." readme = "README.md" keywords = [ "symbiosis", "api", "swap", "bridge", "web3", ] categories = [ "api-bindings", "development-tools", ] license = "GPL-3.0-or-later" repository = "https://github.com/phnaharris/symbiosis-api-rs.git" [dependencies.anyhow] version = "1.0.75" [dependencies.async-trait] version = "0.1.74" [dependencies.bytes] version = "1.5.0" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.derive_builder] version = "0.12.0" [dependencies.ethers-core] version = "2.0.11" features = ["legacy"] [dependencies.http] version = "0.2.9" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.serde] version = "1.0.189" [dependencies.serde_json] version = "1.0.107" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.serde_with] version = "3.4.0" [dependencies.tokio] version = "1.33.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.0" [dev-dependencies.tracing-subscriber] version = "0.3.17" features = [ "json", "env-filter", ]