# 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 = "2018" name = "zdict" version = "0.1.3" description = "Look up words via online dictionaries" homepage = "https://github.com/zdict/rust-zdict" documentation = "https://github.com/zdict/rust-zdict" license = "MIT OR Apache-2.0" repository = "https://github.com/zdict/rust-zdict" [[bin]] name = "zd" path = "src/main.rs" [dependencies.clap] version = "3.2.20" features = ["derive"] [dependencies.env_logger] version = "0.9.0" [dependencies.html5ever] version = "0.25.1" [dependencies.indicatif] version = "0.16.2" [dependencies.kuchiki] version = "0.8.1" [dependencies.log] version = "0.4.14" [dependencies.reqwest] version = "0.11.4" [dependencies.rusqlite] version = "0.26.2" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.tokio] version = "1.21.0" features = ["macros"]