]> git.proxmox.com Git - rustc.git/blame - vendor/ammonia/Cargo.toml
New upstream version 1.40.0+dfsg1
[rustc.git] / vendor / ammonia / Cargo.toml
CommitLineData
83c7162d
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
dc9dc135 6# to registry (e.g., crates.io) dependencies
83c7162d
XL
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
e74abb32 14edition = "2018"
83c7162d 15name = "ammonia"
e74abb32 16version = "3.0.0"
83c7162d
XL
17authors = ["Michael Howell <michael@notriddle.com>"]
18description = "HTML Sanitization"
19documentation = "https://docs.rs/ammonia/"
20readme = "README.md"
21keywords = ["sanitization", "html", "security", "xss"]
22categories = ["web-programming", "text-processing"]
e74abb32 23license = "MIT OR Apache-2.0"
dc9dc135 24repository = "https://github.com/rust-ammonia/ammonia"
83c7162d 25[dependencies.html5ever]
e74abb32 26version = "0.24"
83c7162d
XL
27
28[dependencies.lazy_static]
dc9dc135 29version = "1.3"
83c7162d
XL
30
31[dependencies.maplit]
32version = "1.0"
33
34[dependencies.matches]
35version = "0.1.6"
36
37[dependencies.tendril]
38version = "0.4"
39
40[dependencies.url]
e74abb32 41version = "2"
416331ca
XL
42[dev-dependencies.env_logger]
43version = "0.6.1"
44
83c7162d 45[dev-dependencies.version-sync]
e74abb32 46version = "0.8"