[package] name = "cohere" version = "0.1.1" edition = "2021" authors = [ "Rachel Gupta", "Sam Laki" ] categories = ["api-bindings", "asynchronous"] keywords = ["cohere", "async", "nlp", "ai"] description = "Async bindings for Cohere REST API" license = "MIT" readme = "README.md" repository = "https://github.com/cohere-rust/cohere" homepage = "https://github.com/cohere-rust/cohere" [lib] name = "cohere" path = "src/lib.rs" [dependencies] chrono = "0.4.19"