ecformat 0.1.1

command line tool to keep files correct in respect of your EditorConfig
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "ecformat"
version = "0.1.1"
build = "build.rs"
exclude = [
    ".forgejo",
    ".schemata",
    ".vscode",
    ".*.toml",
    "*.yaml",
    "**/.gitattributes",
    ".codespellrc",
    "deny.toml",
    "justfile",
    "rust-toolchain.toml",
    "LICENSES/Apache-2.0.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "command line tool to keep files correct in respect of your EditorConfig"
readme = "README.md"
keywords = [
    "editorconfig",
    "linter",
    "formatter",
]
categories = [
    "command-line-utilities",
    "development-tools::build-utils",
]
license = "BlueOak-1.0.0"
repository = "https://codeberg.org/BaumiCoder/ecformat"

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

[[bin]]
name = "ecformat"
path = "src/main.rs"

[[test]]
name = "charset"
path = "tests/charset.rs"

[[test]]
name = "end_of_line"
path = "tests/end_of_line.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.charset-normalizer-rs]
version = "1.1.0"

[dependencies.clap]
version = "4.5.60"
features = [
    "derive",
    "wrap_help",
]

[dependencies.clap-verbosity-flag]
version = "3.0.4"

[dependencies.ec4rs]
version = "1.2.0"

[dependencies.encoding]
version = "0.2.33"

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.encoding_rs_io]
version = "0.1.7"

[dependencies.ignore]
version = "0.4.25"

[dependencies.itertools]
version = "0.14.0"

[dependencies.line-ending]
version = "1.5.1"

[dependencies.log]
version = "0.4.29"

[dependencies.simplelog]
version = "0.12.2"

[dependencies.snafu]
version = "0.8.9"

[dependencies.termimad]
version = "0.34.1"

[dev-dependencies.cargo_toml]
version = "0.22.3"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.serde]
version = "1.0.228"

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

[dev-dependencies.toml]
version = "1.0.3"

[build-dependencies.htmlize]
version = "1.0.6"
features = ["unescape"]