[package] name = "pinyin-translator" version = "0.2.3" edition = "2021" description = "Chinese charator translate as pinyin" license = "MIT" repository = "https://github.com/duguying/pinyin-translator.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "pinyin" crate-type = ["cdylib", "staticlib", "lib"] [dependencies] [build-dependencies] cbindgen = "0.24.3"