# 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 = "scoutlang" version = "0.7.2" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A web crawling programming language" 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" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "scout" path = "src/main.rs" [dependencies.envy] version = "0.4.2" [dependencies.fantoccini] version = "0.19.3" features = ["rustls-tls"] [dependencies.futures] version = "0.3.30" [dependencies.rustyline] version = "8.0.0" [dependencies.scout-interpreter] version = "0.7.2" [dependencies.scout-lexer] version = "0.7.2" [dependencies.scout-parser] version = "0.7.2" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"]