# 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 = "wit_ai_rs" version = "0.2.0" authors = ["Brendon Hablutzel"] description = "An unofficial Rust crate for interacting with the wit.ai API" readme = "README.md" keywords = [ "wit", "wit_ai", "witai", "nlp", ] license = "MIT" repository = "https://github.com/Brendon-Hablutzel/wit-ai-rs" [dependencies.futures] version = "0.3.30" [dependencies.reqwest] version = "0.11.23" features = [ "json", "stream", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.url] version = "2.5.0" [dev-dependencies.mockito] version = "1.2.0" [dev-dependencies.tokio] version = "1.35.1" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.3"