# 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 = "cbcloud" version = "0.0.0" authors = ["FL03 (https://gitlab.com/FL03)"] publish = true description = "Welcome to cbcloud, the unofficial rust client library for the coinbase cloud platform" homepage = "https://gitlab.com/FL03/coinbase-cloud/-/wiki" readme = "README.md" keywords = [] categories = [] license = "MIT" repository = "https://gitlab.com/FL03/coinbase-cloud" [lib] crate-type = [ "cdylib", "rlib", ] test = true [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.12" features = ["stream"] [dependencies.scsys] version = "0.1.17" features = ["full"] [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.tokio] version = "1.21.1" features = ["full"] [dependencies.tokio-stream] version = "0.1.10" [dev-dependencies] [build-dependencies] [features] core = [] default = ["core"] full = ["core"]