# 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 = "unicode-range" version = "0.1.0" authors = ["KonghaYao<3446798488@qq.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "UnicodeRange is a Rust library for parsing and stringifying Unicode ranges. It provides functionality to convert a string representation of Unicode ranges into a vector of code points and vice versa." homepage = "https://chinese-font.netlify.app/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/konghaYao/cn-font-split" [lib] name = "unicode_range" path = "src/lib.rs" [dependencies]