blob: 1fb481736893c5cce3fa5b6a4adab8a40834f1d3 [file] [log] [blame] [edit]
# 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.60"
name = "ammonia"
version = "4.0.0"
authors = ["Michael Howell <[email protected]>"]
description = "HTML Sanitization"
documentation = "https://docs.rs/ammonia/"
readme = "README.md"
keywords = [
"sanitization",
"html",
"security",
"xss",
]
categories = [
"web-programming",
"text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-ammonia/ammonia"
[dependencies.html5ever]
version = "0.27"
[dependencies.maplit]
version = "1.0"
[dependencies.once_cell]
version = "1.10"
[dependencies.tendril]
version = "0.4"
[dependencies.url]
version = "2"
[dev-dependencies.env_logger]
version = "0.10"
[dev-dependencies.version-sync]
version = "0.9"