# 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 = "cleverbotfreeapi" version = "0.1.1" description = "Interact with a washed down version of the Cleverbot API for free" homepage = "https://github.com/rootofminus1atu/cleverbotfreeapi" documentation = "https://docs.rs/cleverbotfreeapi" readme = "README.md" license = "MIT" [dependencies.chrono] version = "0.4.38" [dependencies.md5] version = "0.7.0" [dependencies.parking_lot] version = "0.12.3" features = ["send_guard"] [dependencies.percent-encoding] version = "2.3.1" [dependencies.reqwest] version = "0.12.7" [dependencies.ringbuffer] version = "0.15.0" [dependencies.thiserror] version = "1.0.64" [dependencies.tracing] version = "0.1.40" [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.poise] version = "0.6.1" [dev-dependencies.tokio] version = "1.40.0" features = ["full"]