# 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 = "scrapelect" version = "0.3.2" authors = ["Max Carr "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interpreter for scrapelect, a CSS-inspired web scraping DSL" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/suaviloquence/scrapelect" [package.metadata.docs.rs] features = ["filter_doc"] [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [lib] name = "scrapelect" path = "src/lib.rs" [[bin]] name = "scrapelect" path = "src/main.rs" [[test]] name = "grammar_tests" path = "tests/grammar_tests.rs" [dependencies.anyhow] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12.5" [dependencies.scrapelect-filter-proc-macro] version = "0.3.0" [dependencies.scraper] version = "0.19" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.url] version = "2.5" [dev-dependencies.insta] version = "1.39.0" features = ["json"] [features] filter_doc = []