# 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 = "timpl" version = "0.1.0-alpha.2" authors = ["Timon Schelling"] description = "A simple, yet powerful, template engine." documentation = "https://docs.rs/timpl" keywords = [ "timpl", "template", "yaml", "html", "text", ] categories = [ "template-engine", "text-processing", ] license = "MIT" repository = "https://github.com/timon-schelling/timpl" [profile.release] lto = true codegen-units = 1 strip = true [lib] test = false doctest = false [dependencies.timpl-decl] version = "0.1.0-alpha.2" [dependencies.timpl-internal] version = "0.1.0-alpha.2" [dependencies.timpl-proc] version = "0.1.0-alpha.2"