# 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" rust-version = "1.80.1" name = "html-rs" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate HTML code using Rust builders" readme = "README.md" keywords = ["html"] categories = [ "web-programming", "template-engine", "development-tools", "text-processing", "rust-patterns", ] license = "MIT" repository = "https://github.com/ancos2505/html-rs" [lib] name = "html_rs" path = "src/lib.rs" [[example]] name = "getting_started" path = "examples/getting_started.rs" [dependencies] [features] debug = [] default = [] [badges.maintenance] status = "experimental" [lints.clippy] all = "deny" [lints.rust] deprecated-in-future = "forbid" deprecated-safe = "forbid" elided-lifetimes-in-paths = "forbid" explicit-outlives-requirements = "forbid" ffi-unwind-calls = "forbid" invalid-type-param-default = "forbid" keyword-idents-2018 = "forbid" keyword-idents-2024 = "forbid" let-underscore-drop = "forbid" macro-use-extern-crate = "forbid" meta-variable-misuse = "forbid" missing-abi = "forbid" missing-debug-implementations = "forbid" missing-unsafe-on-extern = "forbid" non-ascii-idents = "forbid" non-local-definitions = "forbid" patterns-in-fns-without-body = "forbid" redundant-lifetimes = "forbid" rust-2021-incompatible-closure-captures = "forbid" rust-2021-incompatible-or-patterns = "forbid" rust-2021-prefixes-incompatible-syntax = "forbid" rust-2021-prelude-collisions = "forbid" single-use-lifetimes = "forbid" trivial-casts = "forbid" trivial-numeric-casts = "forbid" unit-bindings = "forbid" unnameable-types = "forbid" unsafe-code = "forbid" unsafe-op-in-unsafe-fn = "forbid" unstable-features = "forbid" unused-crate-dependencies = "forbid" unused-extern-crates = "forbid" unused-import-braces = "forbid" unused-lifetimes = "forbid" unused-macro-rules = "forbid" unused-qualifications = "forbid" unused-results = "allow" variant-size-differences = "forbid"