# 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 = "multiline-str" version = "0.1.1" description = "A simple multiline string Rust macro, which allows you to write multiline strings in a more readable way. It allows for any combination of space-joined and newline-joined strings." readme = "README.md" keywords = [ "macro", "string", "str", "multiline", "text", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/acovaci/multiline-str-rust-macro" [lib] crate-type = ["lib"] [dependencies]