# 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" rust-version = "1.70.0" name = "monzo-lib" version = "0.4.5" authors = ["Daniel Eades "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "async Monzo client in pure rust." homepage = "https://github.com/danieleades/monzo-lib" readme = "README.md" keywords = [ "monzo", "mondo", "async", "client", ] categories = [ "api-bindings", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/danieleades/monzo-lib" [lib] name = "monzo" path = "src/lib.rs" [[example]] name = "auto_refresh" path = "examples/auto_refresh.rs" [[example]] name = "enum" path = "examples/enum.rs" [[example]] name = "get_balance" path = "examples/get_balance.rs" [[example]] name = "list_accounts" path = "examples/list_accounts.rs" [[example]] name = "list_pots" path = "examples/list_pots.rs" [[example]] name = "list_transactions" path = "examples/list_transactions.rs" [[example]] name = "refresh_auth" path = "examples/refresh_auth.rs" [[example]] name = "who_am_i" path = "examples/who_am_i.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.erased-serde] version = "0.4.5" [dependencies.rand] version = "0.8.4" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.119" [dependencies.thiserror] version = "1.0.61" [dependencies.tracing] version = "0.1.29" [dev-dependencies.clap] version = "4.5.8" features = [ "derive", "env", ] [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing] version = "0.1.29" [badges.maintenance] status = "actively-developed"