# 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 = "boilerplate" version = "1.0.1" authors = ["Casey Rodarmor "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal compile-time Rust template engine" homepage = "https://github.com/casey/boilerplate" readme = "README.md" categories = [ "template-engine", "no-std", ] license = "CC0-1.0" repository = "https://github.com/casey/boilerplate" [lib] name = "boilerplate" path = "src/lib.rs" proc-macro = true [dependencies.darling] version = "0.20.1" [dependencies.mime] version = "0.3.17" [dependencies.new_mime_guess] version = "4.0.1" [dependencies.proc-macro2] version = "1.0.63" [dependencies.quote] version = "1.0.29" [dependencies.syn] version = "2.0.23" features = ["derive"] [dev-dependencies.axum] version = "0.7.5" [dev-dependencies.pretty_assertions] version = "1.0.0" [dev-dependencies.unindent] version = "0.2.3" [features] axum = []