| # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO |
| # |
| # When uploading crates to the registry Cargo will automatically |
| # "normalize" Cargo.toml files for maximal compatibility |
| # with all versions of Cargo and also rewrite `path` dependencies |
| # to registry (e.g., crates.io) dependencies |
| # |
| # If you believe there's an error in this file please file an |
| # issue against the rust-lang/cargo repository. If you're |
| # editing this file be aware that the upstream Cargo.toml |
| # will likely look very different (and much more reasonable) |
| |
| [package] |
| edition = "2018" |
| name = "indenter" |
| version = "0.3.3" |
| authors = ["Jane Lusby <[email protected]>"] |
| description = "A formatter wrapper that indents the text, designed for error display impls\n" |
| homepage = "https://github.com/yaahc/indenter" |
| documentation = "https://docs.rs/indenter" |
| readme = "README.md" |
| keywords = ["display", "fmt", "Formatter", "error"] |
| license = "MIT OR Apache-2.0" |
| repository = "https://github.com/yaahc/indenter" |
| [package.metadata.docs.rs] |
| all-features = true |
| rustdoc-args = ["--cfg", "docsrs"] |
| |
| [package.metadata.release] |
| no-dev-version = true |
| |
| [[package.metadata.release.pre-release-replacements]] |
| file = "CHANGELOG.md" |
| replace = "{{version}}" |
| search = "Unreleased" |
| |
| [[package.metadata.release.pre-release-replacements]] |
| exactly = 1 |
| file = "src/lib.rs" |
| replace = "#![doc(html_root_url = \"https://docs.rs/{{crate_name}}/{{version}}\")]" |
| search = "#!\\[doc\\(html_root_url.*" |
| |
| [[package.metadata.release.pre-release-replacements]] |
| exactly = 1 |
| file = "CHANGELOG.md" |
| replace = "...{{tag_name}}" |
| search = "\\.\\.\\.HEAD" |
| |
| [[package.metadata.release.pre-release-replacements]] |
| file = "CHANGELOG.md" |
| replace = "{{date}}" |
| search = "ReleaseDate" |
| |
| [[package.metadata.release.pre-release-replacements]] |
| exactly = 1 |
| file = "CHANGELOG.md" |
| replace = "<!-- next-header -->\n\n## [Unreleased] - ReleaseDate" |
| search = "<!-- next-header -->" |
| |
| [[package.metadata.release.pre-release-replacements]] |
| exactly = 1 |
| file = "CHANGELOG.md" |
| replace = "<!-- next-url -->\n[Unreleased]: https://github.com/yaahc/{{crate_name}}/compare/{{tag_name}}...HEAD" |
| search = "<!-- next-url -->" |
| |
| [dependencies] |
| |
| [features] |
| default = [] |
| std = [] |