]> git.proxmox.com Git - rustc.git/blob - src/vendor/itertools/Cargo.toml.orig
New upstream version 1.27.1+dfsg1
[rustc.git] / src / vendor / itertools / Cargo.toml.orig
1 [package]
2 name = "itertools"
3 version = "0.7.8"
4
5 license = "MIT/Apache-2.0"
6 repository = "https://github.com/bluss/rust-itertools"
7 documentation = "https://docs.rs/itertools/"
8 authors = ["bluss"]
9
10 description = "Extra iterator adaptors, iterator methods, free functions, and macros."
11
12 keywords = ["iterator", "data-structure", "zip", "product", "group-by"]
13 categories = ["algorithms", "rust-patterns"]
14
15 [lib]
16 bench = false
17 test = false
18
19 [dependencies]
20 either = { version = "1.0", default-features = false }
21
22 [dev-dependencies.quickcheck]
23 version = "0.5"
24 default-features = false
25
26 [dev-dependencies.permutohedron]
27 version = "0.2"
28
29 [features]
30 default = ["use_std"]
31 use_std = []
32
33 [profile]
34 bench = { debug = true }
35
36 [package.metadata.release]
37 no-dev-version = true