# 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] name = "monzo" version = "0.0.2" authors = ["Niels Egberts "] description = "A library that wraps over the Monzo API in a future aware manner." homepage = "https://github.com/nielsegberts/rust-monzo" readme = "README.md" categories = ["api-bindings"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/nielsegberts/rust-monzo" [dependencies.tokio-core] version = "0.1.9" [dependencies.error-chain] version = "0.10.0" [dependencies.hyper-tls] version = "0.1.2" [dependencies.serde] version = "1.0.11" [dependencies.serde_json] version = "1.0.2" [dependencies.url] version = "1.5.1" [dependencies.futures] version = "0.1.15" [dependencies.serde_derive] version = "1.0.11" [dependencies.chrono] version = "0.4.0" features = ["serde"] [dependencies.hyper] version = "0.11.2" [dev-dependencies.mockito] version = "0.9.0" [dev-dependencies.spectral] version = "0.6.0" [badges.travis-ci] repository = "nielsegberts/rust-monzo"