]> git.proxmox.com Git - rustc.git/blob - vendor/pulldown-cmark-0.5.3/Cargo.toml
New upstream version 1.42.0+dfsg1
[rustc.git] / vendor / pulldown-cmark-0.5.3 / Cargo.toml
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]
14 edition = "2018"
15 name = "pulldown-cmark"
16 version = "0.5.3"
17 authors = ["Raph Levien <raph.levien@gmail.com>", "Marcus Klaas de Vries <mail@marcusklaas.nl>"]
18 build = "build.rs"
19 description = "A pull parser for CommonMark"
20 readme = "README.md"
21 keywords = ["markdown", "commonmark"]
22 categories = ["text-processing"]
23 license = "MIT"
24 repository = "https://github.com/raphlinus/pulldown-cmark"
25
26 [[bin]]
27 name = "pulldown-cmark"
28 doc = false
29 required-features = ["getopts"]
30
31 [[bench]]
32 name = "html_rendering"
33 harness = false
34 [dependencies.bitflags]
35 version = "1.1"
36
37 [dependencies.getopts]
38 version = "0.2"
39 optional = true
40
41 [dependencies.memchr]
42 version = "2.2"
43
44 [dependencies.unicase]
45 version = "2.4"
46 [dev-dependencies.criterion]
47 version = "0.2"
48
49 [dev-dependencies.html5ever]
50 version = "0.23"
51
52 [dev-dependencies.lazy_static]
53 version = "1.3"
54
55 [dev-dependencies.regex]
56 version = "1.1"
57
58 [dev-dependencies.tendril]
59 version = "0.4"
60
61 [features]
62 default = ["getopts"]
63 gen-tests = []
64 simd = []