[package] name = "nttb-api" version = "0.1.0" edition = "2021" # des description = "A interface for interacting with the NTTB Api" license = "MIT OR Apache-2.0" authors = ["Kees van Beilen"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64ct = { version = "1.6.0", features = ["std"] } hmac = "0.12.1" reqwest = { version = "0.11.16", features = ["json"] } serde = { version = "1.0.160", features = ["derive"] } serde_with = { version = "2.3.2", features = ["json"] } sha2 = "0.10.6" thiserror = "1.0.40" [dev-dependencies] tokio = { version = "1.28.0", features = ["rt", "macros", "rt-multi-thread"] }