# 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 = "stackvec" version = "0.2.1" authors = ["Daniel Henry-Mantilla "] description = "A crate to use stack-allocated Vectors (performance and/or no-std)" homepage = "https://github.com/danielhenrymantilla/stackvec-rs" documentation = "https://docs.rs/stackvec/" readme = "README.md" keywords = ["stack", "vec", "inline", "no-std", "performance"] categories = ["no-std", "memory-management", "rust-patterns"] license = "MIT" repository = "https://github.com/danielhenrymantilla/stackvec-rs" [package.metadata.docs.rs] features = ["nightly", "a_thousand_array_impls"] no-default-features = true [profile.bench] opt-level = 3 lto = true debug = true debug-assertions = false overflow-checks = false [profile.dev] opt-level = 0 codegen-units = 4 debug = true debug-assertions = true [profile.release] opt-level = 3 lto = true debug = false debug-assertions = false overflow-checks = false [dependencies] [features] a_thousand_array_impls = [] default = ["a_thousand_array_impls"] nightly = [] [badges.codecov] branch = "master" repository = "danielhenrymantilla/stackvec-rs" service = "github" [badges.travis-ci] branch = "master" repository = "danielhenrymantilla/stackvec-rs"