[package]
edition = "2018"
name = "kodict"
version = "0.2.0"
authors = ["Seungjae Park <astr36@naver.com>"]
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"