# 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 = "rplaid" version = "0.4.0" authors = ["Allan Calix "] exclude = ["/.github/*"] description = """ An async client library for Plaid APIs. """ homepage = "https://github.com/allancalix/rplaid" documentation = "https://docs.rs/rplaid" readme = "README.md" keywords = [ "plaid", "api", "client", "async", "finance", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/allancalix/rplaid" resolver = "2" [dependencies.async-stream] version = "0.3.2" optional = true [dependencies.futures-core] version = "0.3.17" optional = true [dependencies.futures-util] version = "0.3.17" optional = true [dependencies.http-client] version = "6.5.1" [dependencies.http-types] version = "2.12.0" [dependencies.insta] version = "1.7.2" [dependencies.rust_decimal] version = "1.26" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.28" [dependencies.tokio] version = "1" features = ["macros"] [dev-dependencies.http-client] version = "6.5.1" features = [ "curl_client", "rustls", ] [dev-dependencies.insta] version = "1.19" features = [ "redactions", "json", ] [dev-dependencies.tokio] version = "1" features = [ "test-util", "rt-multi-thread", ] [features] decimal = ["rust_decimal"] default = ["streams"] streams = [ "async-stream", "futures-core", "futures-util", ]