c_vec 1.3.2

Structures to wrap C arrays
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 = "c_vec"
version = "1.3.2"
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
description = "Structures to wrap C arrays"
readme = "README.md"
keywords = ["c", "vec", "c_vec", "array"]
license = "Apache-2.0/MIT"
repository = "https://github.com/GuillaumeGomez/c_vec-rs.git"

[lib]
name = "c_vec"
[dev-dependencies.libc]
version = "0.2"
[badges.travis-ci]
repository = "GuillaumeGomez/c_vec-rs"