# 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 = "kodict" version = "0.2.1" authors = ["Seungjae Park "] description = "Provides Korean Dictionary Implements and Crawler for Rust" documentation = "https://docs.rs/kodict" readme = "README.md" keywords = ["korean", "dictionary", "crawler", "hangul"] license = "MIT" repository = "https://github.com/Astro36/kodict" [dependencies.calamine] version = "0.15" [dependencies.lazy_static] version = "1.2" [dependencies.rayon] version = "1.0" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.9"