# 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 = "nttb-api" version = "0.1.0" authors = ["Kees van Beilen"] description = "A interface for interacting with the NTTB Api" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.base64ct] version = "1.6.0" features = ["std"] [dependencies.hmac] version = "0.12.1" [dependencies.reqwest] version = "0.11.16" features = ["json"] [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_with] version = "2.3.2" features = ["json"] [dependencies.sha2] version = "0.10.6" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.tokio] version = "1.28.0" features = [ "rt", "macros", "rt-multi-thread", ]