[[bin]]
name = "create_json"
path = "src/main.rs"
[dependencies.calamine]
version = "0.19.1"
[dependencies.prettify_pinyin]
version = "1.1.2"
[dependencies.serde]
features = ["derive"]
version = "1.0.156"
[dependencies.serde_json]
version = "1.0.94"
[lib]
name = "tocfl"
path = "src/lib.rs"
[package]
description = "Chinese TOCFL vocabulary by levels"
edition = "2021"
homepage = "https://github.com/pseitz/tocfl"
keywords = ["TOCFL", "chinese", "traditional-chinese", "dictionary"]
license = "MIT"
name = "tocfl"
readme = "README.md"
repository = "https://github.com/pseitz/tocfl"
version = "0.2.0"