# 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 = "richard" version = "0.1.4" authors = ["OpenSource Team "] description = "richard is a modular chatbot" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/outscale/richard" [dependencies.async-trait] version = "0.1.74" [dependencies.chrono] version = "0.4.35" [dependencies.clap] version = "4.4.11" features = ["cargo"] [dependencies.env_logger] version = "0.10.0" [dependencies.feed-rs] version = "1.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.2" [dependencies.regex] version = "1.10.3" [dependencies.reqwest] version = "0.12.0" features = [ "http2", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.simple-error] version = "0.3.0" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.3"