# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "coinbase-client" version = "1.0.1-alpha" authors = ["Elijah Woelbing "] description = "asynchronous library for the Coinbase's Pro API" readme = "README.md" keywords = ["coinbase", "cryptocurrency"] license = "MIT OR Apache-2.0" repository = "https://github.com/ElijahWoelbing/coinbase_client" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4.19" [dependencies.futures] version = "0.3.14" [dependencies.reqwest] version = "0.11" features = ["json", "stream"] [dependencies.rust-crypto] version = "0.2.36" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "0.8.2" [dev-dependencies.dotenv] version = "0.15.0"