# 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 = "luno-client" version = "0.1.0" authors = ["Samuelonoja "] description = "Luno Api client(wrapper) written in rust" readme = "README.md" keywords = [ "bitcoin", "crypto", "api", "web", "luno", ] categories = ["crypto, api, web"] license = "MIT OR Apache-2.0" repository = "https://github.com/borngraced/Luno-API-Client-Rust" resolver = "2" [[test]] name = "luno" path = "src/test/test.rs" [dependencies.dotenv] version = "0.15.0" [dependencies.reqwest] version = "0.11.10" [dependencies.serde] version = "1.0.79" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.url] version = "2.2.2"