# 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 = "sized-vec" version = "0.3.0" authors = ["Bodil Stokke "] description = "Type level sized vectors" documentation = "https://docs.rs/sized-vec" readme = "README.md" keywords = ["typelevel"] categories = ["data-structures"] license = "MPL-2.0+" repository = "https://github.com/bodil/sized-vec" [dependencies.generic-array] version = "0.12" optional = true [dependencies.proptest] version = "0.9" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.typenum] version = "1.10" [dev-dependencies.generic-array] version = "0.12" [dev-dependencies.pretty_assertions] version = "0.6" [dev-dependencies.proptest] version = "0.9" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [badges.travis-ci] repository = "bodil/sized-vec"