# 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 = "platelet" version = "0.1.2" description = "HTML-first templating language" homepage = "https://angusjf.com/platelet/" documentation = "https://docs.rs/platelet/" readme = "README.md" license = "MIT" repository = "https://github.com/angusjf/platelet" [dependencies.html5ever] version = "0.26.0" [dependencies.markup5ever] version = "0.11.0" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.winnow] version = "0.6.8"