# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "reudh" version = "0.2.1" authors = ["Ben Weedon "] description = "A tool for parsing and indexing word etymologies from etymonline.com" readme = "README.md" keywords = ["crawler", "etymonline", "english", "linguistics"] categories = ["parsing", "text-processing", "visualization"] license = "GPL-3.0" repository = "https://github.com/benweedon/reudh" [dependencies.chan] version = "0.1.21" [dependencies.clap] version = "2.29.4" features = ["yaml"] [dependencies.futures] version = "0.1.18" [dependencies.html5ever] version = "0.22.0" [dependencies.hyper] version = "0.11.16" [dependencies.hyper-tls] version = "0.1.2" [dependencies.indicatif] version = "0.9.0" [dependencies.kuchiki] version = "0.7.0" [dependencies.native-tls] version = "0.1.5" [dependencies.num_cpus] version = "1.8.0" [dependencies.tokio-core] version = "0.1.12" [dependencies.uuid] version = "0.5.1" features = ["v4"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "benweedon/reudh"