# 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 = "cohere" version = "0.1.1" authors = [ "Rachel Gupta", "Sam Laki", ] description = "Async bindings for Cohere REST API" homepage = "https://github.com/cohere-rust/cohere" readme = "README.md" keywords = [ "cohere", "async", "nlp", "ai", ] categories = [ "api-bindings", "asynchronous", ] license = "MIT" repository = "https://github.com/cohere-rust/cohere" resolver = "1" [lib] name = "cohere" path = "src/lib.rs" [dependencies.chrono] version = "0.4.19"