# 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_cli" version = "0.9.2" authors = ["Sebastien Soudan "] publish = true description = "The cli - Sapiens" documentation = "https://docs.rs/sapiens_cli" 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.clap] version = "4.4.7" features = [ "derive", "env", ] [dependencies.colored] version = "2.0.4" [dependencies.dotenvy] version = "0.15.7" [dependencies.huelib2] version = "0.13.3" optional = true [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.tokio] version = "1.33.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [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"]