File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,14 @@ authors = ["The Rust Project Developers"]
5
5
edition = " 2018"
6
6
7
7
[dependencies ]
8
- cargo_metadata = " 0.12"
9
8
if_chain = " 1.0.0"
10
9
itertools = " 0.9"
11
- pulldown-cmark = { version = " 0.8" , default-features = false }
12
- quine-mc_cluskey = " 0.2.2"
13
10
regex-syntax = " 0.6"
14
11
serde = { version = " 1.0" , features = [" derive" ] }
15
12
smallvec = { version = " 1" , features = [" union" ] }
16
13
toml = " 0.5.3"
17
14
unicode-normalization = " 0.1"
18
- semver = " 0.11"
19
15
rustc-semver =" 1.1.0"
20
- # NOTE: cargo requires serde feat in its url dep
21
- # see <https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864>
22
- url = { version = " 2.1.0" , features = [" serde" ] }
23
- quote = " 1"
24
- syn = { version = " 1" , features = [" full" ] }
25
16
26
17
[features ]
27
18
internal-lints = []
You can’t perform that action at this time.
0 commit comments