# 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 = "add_macro" version = "0.3.2" authors = ["DrakeN-inc "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate provides the more additional macros to help you write code faster!" readme = "README.md" license = "MIT" repository = "https://github.com/DrakeN-inc/crate-add-macro" [lib] name = "add_macro" path = "src/lib.rs" [[bin]] name = "add_macro" path = "src/main.rs" [[test]] name = "test_collections" path = "tests/test_collections.rs" [[test]] name = "test_io" path = "tests/test_io.rs" [[test]] name = "test_string" path = "tests/test_string.rs" [dependencies.add-macro-impl-display] version = "0.1.1" [dependencies.add-macro-impl-error] version = "0.1.0" [dependencies.add-macro-impl-from] version = "0.1.1" [dependencies.add-macro-impl-fromstr] version = "0.1.0" [dependencies.add-macro-impl-into] version = "0.1.1" [dependencies.regex] version = "1.10.5" optional = true [features] tests = ["dep:regex"]