# 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 = "2018" name = "genius-rust" version = "0.1.1" authors = [ "Pedro Mendes ", "Tsiry Sandratraina ", ] description = "Rust library that allows interact with Genius API" readme = "README.md" license = "MIT" repository = "https://github.com/tsirysndr/genius-rust" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4.19" [dependencies.hmac] version = "0.12.1" [dependencies.reqwest] version = "0.11.10" features = ["json"] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.sha2] version = "0.10.2" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.tokio] version = "1.12.0" features = ["full"]