# 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 = "rufl" version = "0.1.3" authors = ["dudaodong@gmail.com"] description = "A powerful util function library for rust" readme = "README.md" keywords = [ "rust", "util", "lib", "function", "common", ] categories = ["utils"] license = "MIT" repository = "https://github.com/duke-git/rufl" [dependencies.fastrand] version = "2.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.md-5] version = "0.10.6" [dependencies.regex] version = "1.10.2" [dependencies.unicode-segmentation] version = "1.10.1" [features] collection = [] default = [ "collection", "eventbus", "file", "math", "random", "string", ] eventbus = [] file = [] math = [] random = [] string = []