# 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 = "espionox" version = "0.1.42" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for creating multi-agent workflows in Rust" homepage = "https://github.com/voidKandy/espionox" readme = "README.md" keywords = [] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/voidKandy/espionox" [lib] name = "espionox" path = "src/lib.rs" [[example]] name = "rag" path = "examples/rag.rs" [[example]] name = "summarize_at_limit" path = "examples/summarize_at_limit.rs" [[test]] name = "api" path = "tests/api/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.base64] version = "0.21.7" optional = true [dependencies.bytes] version = "1.4.0" [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.28" [dependencies.futures-util] version = "0.3.28" [dependencies.headless_chrome] version = "1.0.9" optional = true [dependencies.once_cell] version = "1.18.0" [dependencies.reqwest] version = "0.11.18" features = [ "json", "stream", ] [dependencies.reqwest-streams] version = "0.3.0" features = ["json"] [dependencies.rust-bert] version = "0.21.0" optional = true [dependencies.scraper] version = "0.18.1" optional = true [dependencies.serde] version = "1.0.164" [dependencies.serde_derive] version = "1.0.164" [dependencies.serde_json] version = "1.0.97" [dependencies.tch] version = "0.13.0" optional = true [dependencies.thiserror] version = "1.0.48" [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.tracing] version = "0.1.37" features = ["log"] [dependencies.tracing-bunyan-formatter] version = "0.3.8" [dependencies.tracing-log] version = "0.1.3" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "registry", "env-filter", ] [dependencies.uuid] version = "1.4.0" features = ["v4"] [features] bert = [ "dep:rust-bert", "dep:tch", ] default = [] tools = [ "dep:scraper", "dep:headless_chrome", "dep:base64", ]