# 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] edition = "2018" name = "rhyme_dictionary" version = "0.0.3" authors = ["Andrew "] description = "A Rhyme Dictionary with an MIT LICENSE" readme = "README.md" keywords = ["natural", "language", "rhyme", "dictionary", "IPA"] license = "MIT OR Apache-2.0" repository = "https://github.com/andrew-johnson-4/rhyme_dictionary" [[bin]] name = "download" path = "src/bin_download.rs" [[bin]] name = "compile" path = "src/bin_compile.rs" [[bin]] name = "lookup" path = "src/bin_lookup.rs" [dependencies.error-chain] version = "0.12" [dependencies.reqwest] version = "0.10" [dependencies.tokio] version = "0.2" features = ["macros"]