# 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 = "yansongda-utils" version = "1.0.2" authors = ["yansongda "] description = "rust 中一些关于我自己的常用工具" readme = "README.md" license = "MIT" repository = "https://github.com/yansongda/rust-utils" [package.metadata.docs.rs] features = [ "macros", "phone", ] [dependencies.regex] version = "~1.9.0" optional = true [dependencies.serde] version = "~1.0.130" features = ["derive"] optional = true [dev-dependencies.regex] version = "~1.9.0" [dev-dependencies.serde_json] version = "~1.0.92" [features] macros = ["regex"] phone = [ "macros", "serde", ]