# 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 = "write-html" version = "0.1.3" description = "A crate for writing HTML in Rust" homepage = "https://github.com/OpenPhysicsNotes/write-html" documentation = "https://docs.rs/write-html" readme = "README.md" license = "MIT" repository = "https://github.com/OpenPhysicsNotes/write-html" resolver = "1" [[bench]] name = "html_builder" harness = false [[bench]] name = "write_html" harness = false [dependencies.write-html-macro] version = "0.1.2" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.html-builder] version = "0.5.1"