# 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 = "2018" rust-version = "1.40" name = "new_string_template" version = "1.5.3" authors = ["hasezoey "] build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Simple Customizable String-Templating Library for Rust." homepage = "https://github.com/hasezoey/new_string_template" readme = "README.md" keywords = [ "runtime", "string", "template", ] categories = [ "template-engine", "text-processing", ] license = "MIT" repository = "https://github.com/hasezoey/new_string_template" [lib] name = "new_string_template" path = "src/lib.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.5.5" [lints.clippy] implicit_return = "deny" needless_doctest_main = "allow" needless_return = "allow" [lints.clippy.complexity] level = "warn" priority = -1 [lints.clippy.correctness] level = "deny" priority = -1 [lints.clippy.perf] level = "warn" priority = -1 [lints.clippy.style] level = "warn" priority = -1