# 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" version = "0.1.2" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "www", "bacon.toml", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Generate structured/scoped indented documents." readme = "README.md" keywords = [ "text", "document", "html", ] categories = ["template-engine"] license = "0BSD" repository = "https://repos.qrnch.tech/pub/sidoc" [lib] name = "sidoc" path = "src/lib.rs" [[test]] name = "empty_ref" path = "tests/empty_ref.rs" [[test]] name = "simple_html" path = "tests/simple_html.rs" [[test]] name = "simple_ref" path = "tests/simple_ref.rs" [dependencies] [badges.maintenance] status = "passively-maintained" [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