]> git.proxmox.com Git - rustc.git/blame - vendor/pulldown-cmark/Cargo.toml
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / vendor / pulldown-cmark / Cargo.toml
CommitLineData
e74abb32
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
6# to registry (e.g., crates.io) dependencies
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]
14edition = "2018"
15name = "pulldown-cmark"
1b1a35ee 16version = "0.8.0"
e74abb32
XL
17authors = ["Raph Levien <raph.levien@gmail.com>", "Marcus Klaas de Vries <mail@marcusklaas.nl>"]
18build = "build.rs"
19exclude = ["/third_party/**/*", "/tools/**/*", "/specs/**/*", "/fuzzer/**/*", "/azure-pipelines.yml"]
20description = "A pull parser for CommonMark"
21readme = "README.md"
22keywords = ["markdown", "commonmark"]
23categories = ["text-processing"]
24license = "MIT"
25repository = "https://github.com/raphlinus/pulldown-cmark"
26
27[[bin]]
28name = "pulldown-cmark"
29doc = false
30required-features = ["getopts"]
31
32[[bench]]
33name = "html_rendering"
34harness = false
35[dependencies.bitflags]
36version = "1.2"
37
38[dependencies.getopts]
39version = "0.2"
40optional = true
41
42[dependencies.memchr]
74b04a01 43version = "2.3"
e74abb32
XL
44
45[dependencies.unicase]
74b04a01 46version = "2.6"
e74abb32
XL
47[dev-dependencies.criterion]
48version = "0.3"
49
50[dev-dependencies.html5ever]
ba9703b0 51version = "0.25"
e74abb32
XL
52
53[dev-dependencies.lazy_static]
54version = "1.4"
55
ba9703b0
XL
56[dev-dependencies.markup5ever_rcdom]
57version = "0.1"
58
e74abb32
XL
59[dev-dependencies.regex]
60version = "1.3"
61
62[dev-dependencies.tendril]
63version = "0.4"
64
65[features]
66default = ["getopts"]
67gen-tests = []
68simd = []