# 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" rust-version = "1.81" name = "lazy-template" version = "0.0.0" authors = ["khai96_ "] build = false include = [ "/src", "/tests", "/Cargo.toml", "/LICENSE.md", "/LICENSE.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "String template library that send queries to function responder and interpolate the responses" documentation = "https://docs.rs/lazy-template" readme = "README.md" keywords = [ "template", "string", "interpolation", "lazy", ] categories = [ "no-std", "template-engine", "parsing", "parser-implementations", ] license = "MIT" repository = "https://github.com/KSXGitHub/lazy-template.git" [lib] name = "lazy_template" path = "src/lib.rs" [[test]] name = "rust_version" path = "tests/rust_version.rs" [[test]] name = "simple_escape" path = "tests/simple_escape.rs" [[test]] name = "type_inference" path = "tests/type_inference.rs" [dependencies.derive_more] version = "1.0.0" features = [ "display", "error", "into_iterator", ] default-features = false [dependencies.pipe-trait] version = "0.4.0" [dependencies.split-first-char] version = "0.0.0" [dev-dependencies.cargo_metadata] version = "0.18.1" [dev-dependencies.cargo_toml] version = "0.20.5" [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.semver] version = "1.0.23" [features] default = ["std"] std = []