# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" rust-version = "1.54" name = "many-unzip" version = "0.1.1" authors = ["Ethan Brierley "] build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = """ `multiunzip` from itertools but with support for larger than 12-tuples. """ documentation = "https://docs.rs/many-unzip/" readme = "README.md" keywords = [ "unzip", "iterator", "itertools", "zip", ] license = "MIT/Apache-2.0" repository = "https://github.com/eopb/many-unzip" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--generate-link-to-definition", "--cfg", "docsrs", ] [lib] name = "many_unzip" path = "src/lib.rs" [dependencies] [features] 12_tuple = ["6_tuple"] 192_tuple = ["96_tuple"] 24_tuple = ["12_tuple"] 3_tuple = [] 48_tuple = ["24_tuple"] 6_tuple = ["3_tuple"] 96_tuple = ["48_tuple"] default = ["24_tuple"]