# 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 = "hatter" version = "0.1.4" authors = ["chris west "] exclude = ["examples/*", "docs/*", "tests/*", "img/*"] description = "positively mad, zero dependency html templating language" homepage = "https://hatter.rs" documentation = "https://docs.rs/hatter/" keywords = ["template", "html", "hatter"] categories = ["template-engine"] license = "MIT/Apache-2.0" repository = "https://github.com/xvxx/hatter" [package.metadata.release] dev-version-ext = "dev" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "{{version}}" search = "\\d+\\.\\d+\\.\\d+-dev" [profile.release] opt-level = 0 lto = false codegen-units = 16 [dependencies.rustyline] version = "6.2.0" optional = true [features] repl = ["rustyline"]