chloro 0.7.2

A minimal Rust code formatter
Documentation
[[bin]]
name = "chloro"
path = "src/cli.rs"
required-features = ["cli"]

[dependencies.chloro-core]
version = "0.7.2"

[dependencies.facet]
optional = true
version = "0.30.0"

[dependencies.facet-args]
optional = true
version = "0.30.0"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.ctor]
version = "0.6.1"

[dev-dependencies.insta]
version = "1.0"

[dev-dependencies.tempfile]
version = "3"

[features]
cli = ["dep:facet", "dep:facet-args"]
default = []

[lib]
name = "chloro"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A minimal Rust code formatter"
documentation = "https://docs.rs/chloro"
edition = "2024"
homepage = "https://github.com/lmmx/chloro"
include = ["README.md", "src/**/*"]
license = "MIT OR Apache-2.0"
name = "chloro"
readme = "README.md"
repository = "https://github.com/lmmx/chloro"
resolver = "2"
rust-version = "1.88"
version = "0.7.2"

[package.metadata.binstall]
pkg-fmt = "tgz"
pkg-url = "https://github.com/lmmx/chloro/releases/download/chloro-v{ version }/chloro-{ target }-v{ version }.tar.gz"

[package.metadata.binstall.overrides.aarch64-pc-windows-msvc]
pkg-fmt = "zip"
pkg-url = "https://github.com/lmmx/chloro/releases/download/chloro-v{ version }/chloro-aarch64-pc-windows-msvc-v{ version }.zip"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"
pkg-url = "https://github.com/lmmx/chloro/releases/download/chloro-v{ version }/chloro-x86_64-pc-windows-msvc-v{ version }.zip"