1 | [package] |
2 | name = "unindent" |
3 | version = "0.2.4" |
4 | authors = ["David Tolnay <dtolnay@gmail.com>" ] |
5 | categories = ["text-processing" ] |
6 | description = "Remove a column of leading whitespace from a string" |
7 | documentation = "https://docs.rs/unindent" |
8 | edition = "2021" |
9 | keywords = ["heredoc" , "nowdoc" , "multiline" , "string" , "literal" ] |
10 | license = "MIT OR Apache-2.0" |
11 | repository = "https://github.com/dtolnay/indoc" |
12 | |
13 | [package.metadata.docs.rs] |
14 | targets = ["x86_64-unknown-linux-gnu" ] |
15 | rustdoc-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 | |