# 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 = "auk" version = "0.5.0" authors = ["Marshall Bowers "] description = "An eDSL for writing HTML using standard Rust syntax." documentation = "https://docs.rs/auk" readme = "README.md" keywords = [ "html", "dsl", "markup", "template", ] categories = [ "template-engine", "web-programming", ] license = "MIT" repository = "https://github.com/maxdeviant/auk" [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [dependencies.indexmap] version = "2.1.0" [dev-dependencies.insta] version = "1.34.0" features = ["yaml"]