# 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 = "plaid" version = "8.0.0" description = "Plaid client, generated from the OpenAPI spec." homepage = "https://github.com/libninjacom/plaid-rs" documentation = "https://docs.rs/plaid" readme = "README.md" license = "MIT" repository = "https://github.com/libninjacom/plaid-rs" [profile.ci] debug = 0 incremental = false inherits = "dev" [lib] name = "plaid" crate-type = ["rlib"] path = "src/lib.rs" doctest = false required-features = [] edition = "2021" [dependencies.base64] version = "0.21.0" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.futures] version = "0.3.25" [dependencies.httpclient] version = "0.21.3" [dependencies.rust_decimal] version = "1.33" features = ["serde-with-str"] default-features = false [dependencies.rust_decimal_macros] version = "1.33" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dev-dependencies.tokio] version = "1.18.2" features = ["full"]