[package]
name = "indoc"
version = "0.2.2"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Indented document literals"
repository = "https://github.com/dtolnay/indoc"
documentation = "https://github.com/dtolnay/indoc"
keywords = ["heredoc", "nowdoc", "multiline", "string", "literal"]
[features]
unstable = ["indoc-impl/unstable"]
[dependencies]
indoc-impl = { version = "0.2", path = "impl" }
proc-macro-hack = { version = "0.3", default-features = false }
[workspace]
members = ["impl", "tests", "unindent"]