# 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 = "join-string" version = "0.3.0" exclude = [ ".github", "**/.gitignore", ] description = "Join the elements of iterators as a string, interspersing a separator between all elements." homepage = "https://github.com/panzi/rust-join-string" readme = "README.md" keywords = ["string"] categories = ["value-formatting"] license = "MIT" repository = "https://github.com/panzi/rust-join-string" [lib]