1 | [package] |
2 | name = "unindent" |
3 | version = "0.2.3" # remember to update html_root_url |
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 | [lib] |
14 | doc-scrape-examples = false |
15 | |
16 | [package.metadata.docs.rs] |
17 | targets = ["x86_64-unknown-linux-gnu" ] |
18 | rustdoc-args = ["--generate-link-to-definition" ] |
19 | |