# 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 = "scout-worker" version = "0.7.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A worker framework for ScoutLang" homepage = "https://scout-lang.netlify.app" readme = "README.md" keywords = [ "programming-language", "web-crawling", "web-scraping", "crawling", "scraping", ] license = "MIT OR Apache-2.0" repository = "https://github.com/maxmindlin/scout-lang" [[bin]] name = "scout-worker" path = "src/main.rs" [dependencies.actix-web] version = "4" [dependencies.futures-lite] version = "2.3.0" [dependencies.lapin] version = "2.5.0" features = ["native-tls"] default-features = false [dependencies.reqwest] version = "0.12.5" [dependencies.scout-interpreter] version = "0.7.2" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8.16" [dependencies.tracing] version = "0.1.40"