]> git.proxmox.com Git - rustc.git/blob - vendor/mdbook/Cargo.toml
New upstream version 1.48.0~beta.8+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.4.3"
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.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/mdBook"
25
26 [[bin]]
27 name = "mdbook"
28 doc = false
29 [dependencies.ammonia]
30 version = "3"
31 optional = true
32
33 [dependencies.anyhow]
34 version = "1.0.28"
35
36 [dependencies.chrono]
37 version = "0.4"
38
39 [dependencies.clap]
40 version = "2.24"
41
42 [dependencies.elasticlunr-rs]
43 version = "2.3"
44 optional = true
45 default-features = false
46
47 [dependencies.env_logger]
48 version = "0.7.1"
49
50 [dependencies.futures-util]
51 version = "0.3.4"
52 optional = true
53
54 [dependencies.gitignore]
55 version = "1.0"
56 optional = true
57
58 [dependencies.handlebars]
59 version = "3.0"
60
61 [dependencies.lazy_static]
62 version = "1.0"
63
64 [dependencies.log]
65 version = "0.4"
66
67 [dependencies.memchr]
68 version = "2.0"
69
70 [dependencies.notify]
71 version = "4.0"
72 optional = true
73
74 [dependencies.open]
75 version = "1.1"
76
77 [dependencies.pulldown-cmark]
78 version = "0.7.0"
79
80 [dependencies.regex]
81 version = "1.0.0"
82
83 [dependencies.serde]
84 version = "1.0"
85
86 [dependencies.serde_derive]
87 version = "1.0"
88
89 [dependencies.serde_json]
90 version = "1.0"
91
92 [dependencies.shlex]
93 version = "0.1"
94
95 [dependencies.tempfile]
96 version = "3.0"
97
98 [dependencies.tokio]
99 version = "0.2.18"
100 features = ["macros"]
101 optional = true
102
103 [dependencies.toml]
104 version = "0.5.1"
105
106 [dependencies.warp]
107 version = "0.2.2"
108 features = ["websocket"]
109 optional = true
110 default-features = false
111 [dev-dependencies.pretty_assertions]
112 version = "0.6"
113
114 [dev-dependencies.select]
115 version = "0.5"
116
117 [dev-dependencies.walkdir]
118 version = "2.0"
119
120 [features]
121 default = ["watch", "serve", "search"]
122 search = ["elasticlunr-rs", "ammonia"]
123 serve = ["futures-util", "tokio", "warp"]
124 watch = ["notify", "gitignore"]