tuple-conv 1.0.0

Allows converting tuples of one element to vectors
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "tuple-conv"
version = "1.0.0"
authors = ["Max Sharnoff"]
description = "Allows converting tuples of one element to vectors"
documentation = "https://docs.rs/tuple-conv"
readme = "README.md"
keywords = ["tuple", "convert", "vec", "syntax"]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://github.com/sharnoff/tuple-conv"

[[bench]]
name = "all-benches"
harness = false
[dev-dependencies.criterion]
version = "0.3"