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