# 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 = "browser-agent" version = "0.1.0" authors = ["Miguel Piedrafita "] description = "A browser AI agent, using GPT-4." readme = "README.md" keywords = [ "gpt-4", "openai", "ai", "browser", "agent", ] categories = [ "command-line-utilities", "command-line-interface", ] license = "MIT" repository = "https://github.com/m1guelpf/browser-agent" [dependencies.anyhow] version = "1.0.70" [dependencies.async-openai] version = "0.10.0" [dependencies.chromiumoxide] version = "0.5.0" features = [ "tokio-runtime", "_fetcher-native-tokio", ] default-features = false [dependencies.clap] version = "4.1.11" features = ["derive"] [dependencies.indoc] version = "2.0.1" [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.12" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dependencies.url] version = "2.3.1"