# 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 = "robopages" version = "0.3.2" authors = ["Simone Margaritelli (simone@dreadnode.io)"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI and API server for Robopages, a YAML based files for describing tools to large language models (LLMs)" homepage = "https://github.com/dreadnode/robopages" readme = "README.md" license = "MIT" repository = "https://github.com/dreadnode/robopages-cli" [[bin]] name = "robopages" path = "src/main.rs" [dependencies.actix-cors] version = "0.7.0" [dependencies.actix-web] version = "4.9.0" [dependencies.actix-web-lab] version = "0.23.0" [dependencies.anyhow] version = "1.0.90" [dependencies.camino] version = "1.1.9" features = ["serde"] [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.futures] version = "0.3.31" [dependencies.glob] version = "0.3.1" [dependencies.include_dir] version = "0.7.4" [dependencies.lazy-regex] version = "3.3.0" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.11.0" [dependencies.reqwest] version = "0.12.8" [dependencies.serde] version = "1.0.211" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.shellexpand] version = "3.1.0" features = ["full"] [dependencies.tempfile] version = "3.13.0" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.which] version = "6.0.3" [dependencies.zip] version = "2.2.0"