# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.73" name = "vec_to_array" version = "0.2.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Moves a heap allocated `Vec` to an stack allocated array of type `T` and size `N`." readme = "README.md" license = "MIT" repository = "https://github.com/mcmah309/vec_to_array" [lib] name = "vec_to_array" path = "src/lib.rs" [dependencies]