[package]
name = "docstr"
version = "0.4.8"
edition = "2021"
description = "Ergonomic multi-line string literals"
rust-version = "1.65"
authors = ["Nik Revenco <pm@nikrev.com>"]
repository = "https://github.com/nik-rev/docstr"
keywords = ["heredoc", "multiline", "string", "literal", "indoc"]
categories = ["data-structures", "text-processing", "no-std", "no-std::no-alloc", "development-tools"]
license = "MIT OR Apache-2.0"
[dependencies]
litrs = "0.5"
[lib]
proc-macro = true
[dev-dependencies]
trybuild = "1.0"
[build-dependencies]
nik-rev = "0.1.7"