# 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 = "html-tags" version = "0.0.12" authors = ["Jay Jackson "] description = "An automated list of HTML tags with their attributes and values" license = "MIT" repository = "https://github.com/fournii/html-tags" [dependencies.tendril] version = "0.4.3" optional = true [features] alloc = [] default = [ "alloc", "tendril", ] tendril = [ "dep:tendril", "alloc", ]