# 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 = "waper" version = "0.1.4" default-run = "waper" description = "A CLI tool to scrape HTML websites" readme = "README.md" license = "MIT" repository = "https://github.com/nkitsaini/waper" [profile.dev.package.sqlx-macros] opt-level = 3 [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.clap_complete] version = "4.2.1" [dependencies.futures] version = "0.3.28" [dependencies.parking_lot] version = "0.12.1" [dependencies.patricia_tree] version = "0.5.7" [dependencies.radix_trie] version = "0.2.1" [dependencies.regex] version = "1.8.1" [dependencies.reqwest] version = "0.11.17" [dependencies.select] version = "0.6.0" [dependencies.shlex] version = "1.1.0" [dependencies.sqlx] version = "0.6.2" features = [ "runtime-tokio-native-tls", "sqlite", ] [dependencies.tokio] version = "1.28.0" features = [ "sync", "tokio-macros", "full", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2.0" [dependencies.trie-rs] version = "0.1.1" [dependencies.url] version = "2.3.1" [dev-dependencies.axum] version = "0.6.18" features = ["macros"] [dev-dependencies.serde] version = "1.0.163" features = ["derive"]