# 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 = "checked_array" version = "0.1.5" authors = ["KizzyCode Software Labs./Keziah Biermann "] description = "A checked API for array types" readme = "README.md" keywords = ["no-panic", "array"] categories = ["no-std", "rust-patterns"] license = "BSD-2-Clause OR MIT" repository = "https://github.com/KizzyCode/checked_array-rust" [profile.bench] overflow-checks = true [profile.dev] overflow-checks = true [profile.release] overflow-checks = true [dependencies] [dev-dependencies] [features] default = ["std"] std = [] [badges.appveyor] repository = "KizzyCode/checked_array-rust" [badges.travis-ci] repository = "KizzyCode/checked_array-rust"