# 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 = "chinese-rand" version = "0.2.1" authors = ["Gianluca Costa "] build = false include = [ "LICENSE", "README.md", "/benches/", "/examples/", "/src/", "/tests/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Random generation of data structures in Chinese, using Rust" readme = "README.md" keywords = [ "Chinese", "logograms", "random", "generator", "fastrand", ] categories = [ "data-structures", "algorithms", "date-and-time", "localization", ] license = "MIT" repository = "https://github.com/giancosta86/chinese-rand" [package.metadata.docs.rs] all-features = true [lib] name = "chinese_rand" path = "src/lib.rs" [dependencies.chinese-format] version = "0.9.0" [dependencies.digit-sequence] version = "0.3.8" optional = true [dependencies.fastrand] version = "2.1.1" optional = true [features] currency = ["chinese-format/currency"] default = ["fastrand"] digit-sequence = [ "dep:digit-sequence", "chinese-format/digit-sequence", ] gregorian = [ "digit-sequence", "chinese-format/gregorian", ]