# 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 = "ahtml" version = "0.5.0" authors = ["Christian Jaeger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An HTML templating and manipulation library" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/pflanze/website" [profile.dev] lto = "off" panic = "abort" [profile.dev.package."*"] opt-level = 2 [profile.release] overflow-checks = true [lib] name = "ahtml" path = "src/lib.rs" [dependencies.ahtml_html] version = "0.1.0" [dependencies.anyhow] version = "1.0.14" features = ["backtrace"] [dependencies.backtrace] version = "0.3" [dependencies.chj-util] version = "0.2.0" [dependencies.kstring] version = "1.0" [dependencies.lazy_static] version = "1.4.0"