]> git.proxmox.com Git - rustc.git/blob - vendor/mdbook/Cargo.toml
New upstream version 1.34.2+dfsg1
[rustc.git] / vendor / mdbook / 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 name = "mdbook"
15 version = "0.2.3"
16 authors = ["Mathieu David <mathieudavid@mathieudavid.org>", "Michael-F-Bryan <michaelfbryan@gmail.com>", "Matt Ickstadt <mattico8@gmail.com>"]
17 exclude = ["book-example/*"]
18 description = "Create books from markdown files"
19 documentation = "http://rust-lang-nursery.github.io/mdBook/index.html"
20 readme = "README.md"
21 keywords = ["book", "gitbook", "rustbook", "markdown"]
22 license = "MPL-2.0"
23 repository = "https://github.com/rust-lang-nursery/mdBook"
24
25 [[bin]]
26 name = "mdbook"
27 doc = false
28 [dependencies.ammonia]
29 version = "1.1"
30 optional = true
31
32 [dependencies.chrono]
33 version = "0.4"
34
35 [dependencies.clap]
36 version = "2.24"
37
38 [dependencies.elasticlunr-rs]
39 version = "2.3"
40 optional = true
41 default-features = false
42
43 [dependencies.env_logger]
44 version = "0.5"
45
46 [dependencies.error-chain]
47 version = "0.12"
48
49 [dependencies.handlebars]
50 version = "1.0"
51
52 [dependencies.iron]
53 version = "0.6"
54 optional = true
55
56 [dependencies.itertools]
57 version = "0.7"
58
59 [dependencies.lazy_static]
60 version = "1.0"
61
62 [dependencies.log]
63 version = "0.4"
64
65 [dependencies.memchr]
66 version = "2.0"
67
68 [dependencies.notify]
69 version = "4.0"
70 optional = true
71
72 [dependencies.open]
73 version = "1.1"
74
75 [dependencies.pulldown-cmark]
76 version = "0.1.2"
77
78 [dependencies.regex]
79 version = "1.0.0"
80
81 [dependencies.serde]
82 version = "1.0"
83
84 [dependencies.serde_derive]
85 version = "1.0"
86
87 [dependencies.serde_json]
88 version = "1.0"
89
90 [dependencies.shlex]
91 version = "0.1"
92
93 [dependencies.staticfile]
94 version = "0.5"
95 optional = true
96
97 [dependencies.tempfile]
98 version = "3.0"
99
100 [dependencies.toml]
101 version = "0.4.8"
102
103 [dependencies.toml-query]
104 version = "0.7"
105
106 [dependencies.ws]
107 version = "0.7"
108 optional = true
109 [dev-dependencies.pretty_assertions]
110 version = "0.5"
111
112 [dev-dependencies.pulldown-cmark-to-cmark]
113 version = "1.1.0"
114
115 [dev-dependencies.select]
116 version = "0.4"
117
118 [dev-dependencies.walkdir]
119 version = "2.0"
120
121 [features]
122 debug = []
123 default = ["output", "watch", "serve", "search"]
124 output = []
125 search = ["elasticlunr-rs", "ammonia"]
126 serve = ["iron", "staticfile", "ws"]
127 watch = ["notify"]