# 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.60" name = "chinese-variant" version = "1.1.3" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "An enum to represent the variants of the Chinese Language." homepage = "https://magiclen.org/chinese-variant" readme = "README.md" keywords = [ "chinese", "variant", "simple", "traditional", ] categories = ["localization"] license = "MIT" repository = "https://github.com/magiclen/chinese-variant" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.enum-ordinalize] version = "4" optional = true [features] default = []