# 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 = "ibm-watson" version = "0.1.1" authors = ["kawaki-san"] description = "A wrapper for interacting with the IBM Watson API" homepage = "https://www.ibm.com/watson" documentation = "https://docs.rs/ibm-watson" readme = "README.md" categories = [ "api-bindings", "network-programming", "web-programming", "web-programming::http-client", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kawaki-san/ibm-watson-rs" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "tts" path = "examples/tts.rs" required-features = ["tts"] [dependencies.bytes] version = "1.1.0" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.11" features = [ "json", "multipart", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.138" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.19.2" features = ["fs"] [dependencies.url] version = "2.2.2" [dev-dependencies.clap] version = "3.2.8" features = ["derive"] [dev-dependencies.tokio] version = "1.19.2" features = [ "macros", "rt-multi-thread", ] [features] default = [] full = ["tts"] http2 = [] tts = []