# 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" rust-version = "1.75" name = "ib-pinyin" version = "0.2.5" authors = ["Chaoses-Ib"] description = "一个高性能拼音匹配库" homepage = "https://github.com/Chaoses-Ib/IbPinyinLib" readme = "README.md" keywords = [ "pinyin", "cjk", ] license = "MIT" repository = "https://github.com/Chaoses-Ib/IbPinyinLib" [dependencies.arraystring] version = "0.3.0" [dependencies.bitflags] version = "2.4.1" [dependencies.regex] version = "1.10.2" features = [ "std", "perf", ] default-features = false [dependencies.widestring] version = "1.0.2" optional = true [features] encoding = ["dep:widestring"] inmut-data = [] minimal = ["inmut-data"]