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