# 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 = "sidoc-html5" version = "0.1.2" build = false exclude = [ ".efiles", ".fossil-settings", ".fslckout", "bacon.toml", "rustfmt.toml", "www", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Helper functions for generating HTML5 documents for sidoc." readme = "README.md" keywords = [ "sidoc", "html", ] categories = [ "template-engine", "web-programming", ] license = "0BSD" repository = "https://repos.qrnch.tech/pub/sidoc-html5" [lib] name = "sidoc_html5" path = "src/lib.rs" [[test]] name = "gentests" path = "tests/gentests.rs" [dependencies.html-escape] version = "0.2.13" [dependencies.lazy_static] version = "1.5.0" optional = true [dependencies.sidoc] version = "0.1.2" [features] extra-validation = ["lazy_static"] [badges.maintenance] status = "experimental" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1