# 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 = "sapiens_bot" version = "0.8.1" authors = ["Sebastien Soudan "] publish = true description = "The discord bot - Sapiens" documentation = "https://docs.rs/sapiens_bot" readme = "README.md" keywords = [ "bot", "language-model", ] categories = ["science"] license = "MIT/Apache-2.0" repository = "https://github.com/ssoudan/sapiens" [package.metadata.cargo-machete] ignored = ["huelib2"] [dependencies.async-trait] version = "0.1.74" [dependencies.dotenvy] version = "0.15.7" [dependencies.huelib2] version = "0.13.3" optional = true [dependencies.pulldown-cmark] version = "0.9.3" [dependencies.pulldown-cmark-to-cmark] version = "11.0.0" [dependencies.pyo3] version = "0.19.2" features = [] [dependencies.pyo3-asyncio] version = "0.19.0" features = [ "attributes", "tokio-runtime", ] [dependencies.sapiens] version = "^0.10.2" [dependencies.sapiens_tools] version = "^0.10.2" default-features = false [dependencies.serenity] version = "0.11.7" features = [ "client", "gateway", "rustls_backend", "model", "cache", ] default-features = false [dependencies.tokio] version = "1.33" features = [ "macros", "rt-multi-thread", "sync", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.insta] version = "1.34.0" [features] arxiv = ["sapiens_tools/arxiv"] default = [ "wiki", "arxiv", "summarize", "search", ] hue = [ "dep:huelib2", "sapiens_tools/hue", ] search = ["sapiens_tools/search"] summarize = ["sapiens_tools/summarize"] wiki = ["sapiens_tools/wiki"]