]> git.proxmox.com Git - rustc.git/blob - src/vendor/itertools/Cargo.toml
New upstream version 1.23.0+dfsg1
[rustc.git] / src / vendor / itertools / 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 = "itertools"
15 version = "0.6.5"
16 authors = ["bluss"]
17 description = "Extra iterator adaptors, iterator methods, free functions, and macros."
18 documentation = "https://docs.rs/itertools/"
19 keywords = ["iterator", "data-structure", "zip", "product", "group-by"]
20 categories = ["algorithms", "rust-patterns"]
21 license = "MIT/Apache-2.0"
22 repository = "https://github.com/bluss/rust-itertools"
23 [package.metadata.release]
24 no-dev-version = true
25 [profile.bench]
26 debug = true
27
28 [lib]
29 test = false
30 bench = false
31 [dependencies.either]
32 version = "1.0"
33 default-features = false
34 [dev-dependencies.permutohedron]
35 version = "0.2"
36
37 [dev-dependencies.quickcheck]
38 version = "0.4"
39 default-features = false
40
41 [features]