efmt 0.21.0

Erlang code formatter
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 = "efmt"
version = "0.21.0"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
build = false
exclude = [
    "/rebar3_efmt/",
    "efmt_wasm.wasm",
    "/vscode/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Erlang code formatter"
homepage = "https://github.com/sile/efmt"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/sile/efmt"

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

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

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

[dependencies.colored]
version = "3"

[dependencies.efmt_core]
version = "0.7.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.erl_tokenize]
version = "0.10.0"

[dependencies.ignore]
version = "0.4.22"

[dependencies.log]
version = "0.4"

[dependencies.noargs]
version = "0.4.1"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1.6.0"

[dependencies.similar]
version = "2"
features = ["inline"]

[dependencies.unicode-width]
version = "0.2.2"

[dev-dependencies.similar-asserts]
version = "1"