# 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 = "one_inch" version = "0.1.1" authors = ["Rosenthall "] description = "Rusty API wrapper for the 1inch" documentation = "https://docs.rs/one_inch" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/rosenthall/1inch-rs" [[example]] name = "allowance" path = "examples/allowance.rs" [[example]] name = "approve" path = "examples/approve.rs" [[example]] name = "info" path = "examples/info.rs" [[example]] name = "swap" path = "examples/swap.rs" [[example]] name = "quote" path = "examples/quote.rs" [[example]] name = "prices" path = "examples/prices.rs" [dependencies.num-bigint] version = "0.4.4" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum_macros] version = "0.25.3" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.32.0" features = ["full"]