# 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 = "2018" name = "text-block-macros" version = "0.2.0" authors = ["khai96_ "] build = false include = [ "*.rs", "/Cargo.toml", "/LICENSE.md", "/README.md", "/specs.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Create a multiline string literal" documentation = "https://docs.rs/text-block-macros" readme = "README.md" keywords = [ "string", "literal", "text", "block", "multi-line", ] categories = [ "no-std", "rust-patterns", ] license = "MIT" repository = "https://github.com/KSXGitHub/text-block-macros.git" [lib] name = "text_block_macros" path = "lib.rs"