# 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] edition = "2018" name = "luno-rs" version = "0.1.1" authors = ["Samuel Fatoki "] description = "A lightweight Rust wrapper for Luno API" documentation = "https://docs.rs/luno-rs" readme = "README.md" keywords = ["luno", "client", "async", "crypto", "bitcoin"] license = "MIT" repository = "https://github.com/samfatoks/luno-rs" [dependencies.async-std] version = "1.8.0" default-features = false [dependencies.base64] version = "0.13" [dependencies.chrono] version = "0.4.15" features = ["serde"] [dependencies.futures-util] version = "0.3.8" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0.118" [dependencies.surf] version = "2.1.0" features = ["h1-client"] default-features = false [dependencies.url] version = "2.2.0" [dev-dependencies.async-std] version = "1.8.0" features = ["attributes"] default-features = false [dev-dependencies.serde_json] version = "1.0.60"