# 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_exp" version = "0.8.2" authors = ["Sebastien Soudan "] publish = true description = "Experiments - Sapiens" documentation = "https://docs.rs/sapiens_exp" readme = "README.md" keywords = [ "bot", "language-model", ] categories = ["science"] license = "MIT/Apache-2.0" repository = "https://github.com/ssoudan/sapiens" [dependencies.async-trait] version = "0.1.74" [dependencies.chrono] version = "0.4.31" features = [ "serde", "clock", ] default-features = false [dependencies.clap] version = "4.4.7" features = [ "derive", "env", ] [dependencies.dotenvy] version = "0.15.7" [dependencies.pyo3] version = "0.19.2" features = [] [dependencies.pyo3-asyncio] version = "0.19.0" features = [ "attributes", "tokio-runtime", ] [dependencies.rand] version = "0.8.5" [dependencies.rust-fsm] version = "0.6.1" [dependencies.sapiens] version = "^0.10.2" [dependencies.sapiens_derive] version = "^0.4.4" default-features = false [dependencies.sapiens_tools] version = "^0.10.2" default-features = false [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.serde_yaml] version = "0.9.27" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dev-dependencies.insta] version = "1.34.0" features = ["yaml"] [features] default = []