generic-arrayvec 0.0.1

Interop between the arrayvec and generic_array crates
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]
name = "generic-arrayvec"
version = "0.0.1"
authors = ["Brian Bowman <seeker14491@gmail.com>"]
include = ["src/*", "Cargo.toml"]
description = "Interop between the arrayvec and generic_array crates"
readme = "README.md"
keywords = ["arrayvec", "generic_array", "generic", "vec", "stack"]
categories = ["data-structures", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Seeker14491/generic_arrayvec"
[dependencies.arrayvec]
version = "0.4.7"

[dependencies.generic-array]
version = "0.11.1"
[badges.appveyor]
branch = "master"
repository = "Seeker14491/generic-arrayvec"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "Seeker14491/generic_arrayvec"