prettyplease-cli 0.1.0-rc2

Unofficial and basic CLI wrapper around the `::prettyplease` library.
[[bin]]
name = "prettyplease-fmt"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.1"

[dependencies.prettydiff]
optional = true
version = "0.5.1"

[dependencies.prettyplease]
version = "0.1.2"

[dependencies.syn]
features = ["full"]
version = "1.0.85"

[dev-dependencies]

[features]
check-shows-diffs = ["prettydiff"]
default = ["check-shows-diffs"]

[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
description = "Unofficial and basic CLI wrapper around the `::prettyplease` library."
edition = "2018"
keywords = ["format", "formatting", "rustfmt", "syn", "comments"]
license = "Zlib OR MIT OR Apache-2.0"
name = "prettyplease-cli"
readme = "README.md"
repository = "https://github.com/danielhenrymantilla/prettyplease-cli"
version = "0.1.0-rc2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--html-before-content", "fix-docsrs-li-details-summary.html"]