# 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_owo" version = "0.1.8" exclude = ["owo"] description = "Finally, an adequate library for wit.ai in Rust." homepage = "https://github.com/cliftontoaster-reid/wit_owo" documentation = "https://docs.rs/wit_owo/latest/wit_owo/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/cliftontoaster-reid/wit_owo" [dependencies.async-trait] version = "0.1.74" [dependencies.bytes] version = "1.5.0" features = ["serde"] [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.lingua] version = "1.5.0" features = [] optional = true [dependencies.reqwest] version = "0.11.22" features = [ "async-compression", "gzip", "json", "rustls-tls", "serde_json", "trust-dns", "stream", ] [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.tokio] version = "1.33.0" features = ["full"] optional = true [dev-dependencies.dotenv] version = "0.15.0" [features] async = ["dep:tokio"] blocking = ["reqwest/blocking"] default = ["async"] lingua = ["dep:lingua"] server = []