# 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 = "wdict" version = "0.1.18" authors = ["pyqlsa"] build = false include = [ "src/**/*.rs", "Cargo.toml", "Cargo.lock", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Create dictionaries by scraping webpages or crawling local files." homepage = "https://github.com/pyqlsa/wdict" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/pyqlsa/wdict" [lib] name = "wdict" path = "src/lib.rs" [[bin]] name = "wdict" path = "src/main.rs" [dependencies.bytes] version = "1.7.1" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.1" [dependencies.decancer] version = "3.2.4" [dependencies.deunicode] version = "1.6.0" [dependencies.env_logger] version = "0.11.5" [dependencies.indicatif] version = "0.17.8" [dependencies.indicatif-log-bridge] version = "0.2.3" [dependencies.infer] version = "0.16.0" [dependencies.log] version = "0.4.22" [dependencies.psl] version = "2.1.55" [dependencies.ratelimit] version = "0.9.1" [dependencies.reqwest] version = "0.12.7" [dependencies.scraper] version = "0.20.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.unicode-segmentation] version = "1.11.0" [dependencies.url] version = "2.5.2"