# 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 = "talk-api-client" version = "0.2.0" authors = ["KiwiTalk contributors"] description = "Various web API for KiwiTalk" readme = "README.md" categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/KiwiTalk/KiwiTalk" [dependencies.hex] version = "0.4.3" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_with] version = "3.3.0" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0" [dev-dependencies.tokio] version = "1.32.0" features = ["full"]