# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dev_bestia_html_templating" version = "0.1.41" authors = ["Luciano Bestia"] include = ["Cargo.toml", "LICENSE", "README.md", "src/*"] publish = true description = "Templating library for html in fullstack Rust, server-side or client-side in wasm" readme = "README.md" keywords = ["server", "http"] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/lucianobestia/dev_bestia_html_templating" [dependencies.anyhow] version = "1.0.44" [dependencies.dev_bestia_string_utils] version = "0.1.19" [dependencies.dev_bestia_url_utf8] version = "0.1.28" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.6" [dependencies.percent-encoding] version = "2.1.0" [dependencies.reader_for_microxml] version = "2.0.1" [dependencies.unwrap] version = "1.2.1"