# 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 = "2021" name = "efmt" version = "0.18.3" authors = ["Takeru Ohta "] build = false exclude = [ "/rebar3_efmt/", "efmt_wasm.wasm", "/vscode/", ] 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.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.efmt_core] version = "0.4.0" [dependencies.env_logger] version = "0.11" [dependencies.erl_tokenize] version = "0.6" [dependencies.ignore] version = "0.4.22" [dependencies.log] version = "0.4" [dependencies.rayon] version = "1" [dependencies.regex] version = "1.6.0" [dependencies.similar] version = "2" features = ["inline"] [dev-dependencies.similar-asserts] version = "1"