1[package]
2name = "unindent"
3version = "0.2.4"
4authors = ["David Tolnay <dtolnay@gmail.com>"]
5categories = ["text-processing"]
6description = "Remove a column of leading whitespace from a string"
7documentation = "https://docs.rs/unindent"
8edition = "2021"
9keywords = ["heredoc", "nowdoc", "multiline", "string", "literal"]
10license = "MIT OR Apache-2.0"
11repository = "https://github.com/dtolnay/indoc"
12
13[package.metadata.docs.rs]
14targets = ["x86_64-unknown-linux-gnu"]
15rustdoc-args = [
16 "--generate-link-to-definition",
17 "--extern-html-root-url=core=https://doc.rust-lang.org",
18 "--extern-html-root-url=alloc=https://doc.rust-lang.org",
19 "--extern-html-root-url=std=https://doc.rust-lang.org",
20]
21