# 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 = "2021"
name = "chinese_dictionary"
version = "2.1.6"
authors = ["Preston Wang-Stosur-Bassett
"]
exclude = [
"CHANGELOG.md",
"LICENSE-CC-CEDICT.rtf",
"target",
"LICENSE",
]
description = "A searchable Chinese / English dictionary with helpful utilities."
readme = "README.md"
keywords = [
"chinese",
"dictionary",
"hanzi",
"cc-cedict",
"convert",
]
categories = [
"internationalization",
"localization",
"parser-implementations",
"text-processing",
"value-formatting",
]
license = "MIT"
repository = "https://github.com/sotch-pr35mac/chinese_dictionary"
[dependencies.bincode]
version = "1.3.1"
[dependencies.character_converter]
version = "2.1.4"
[dependencies.chinese_detection]
version = "2.0.3"
[dependencies.once_cell]
version = "1.13.0"
[dependencies.serde]
version = "1.0.117"
[dependencies.serde_derive]
version = "1.0.117"