# 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 = "webreg" version = "0.1.0" description = "A CLI tool for testing regexes against web pages" readme = "README.md" license = "MIT" repository = "https://github.com/NateXVI/webreg" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.20" features = ["derive"] [dependencies.directories-next] version = "2.0.0" [dependencies.hex] version = "0.4.3" [dependencies.indicatif] version = "0.17.6" [dependencies.libc] version = "0.2.147" [dependencies.regex] version = "1.9.1" [dependencies.reqwest] version = "0.11.18" features = ["blocking"] [dependencies.rocksdb] version = "0.21.0" [dependencies.threadpool] version = "1.8.1"