# 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" name = "vec-string-to-static-str" version = "1.0.0" authors = ["Jonathan McClement "] description = "A Rust library providing utilities for converting vectors of `String`s into vectors of `&'static str`." readme = "README.md" keywords = [ "string", "static", "utilities", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/mcclementines/vec-string-to-static-str" [features] unsafe = []