# 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 = "hledger-fmt" version = "0.2.1" authors = ["Álvaro Mondéjar Rubio"] build = "build.rs" exclude = [ ".editorconfig", ".github", "fuzz", ".pre-commit-config.yaml", ".pre-commit-hooks.yaml", ".markdown-link-check.json", ".gitignore", ".vscode", ] autobins = false autoexamples = false autotests = false autobenches = false description = "An opinionated hledger's journal files formatter." readme = "README.md" keywords = [ "hledger", "journal", "formatter", "accounting", ] categories = [ "command-line-utilities", "finance", "value-formatting", ] license = "MIT" repository = "https://github.com/mondeja/hledger-fmt" [package.metadata.binstall] pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }{ archive-suffix }" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "hledger_fmt" path = "src/lib.rs" [[bin]] name = "hledger-fmt" path = "src/main.rs" [dependencies.anstream] version = "0.6" optional = true default-features = false [dependencies.anstyle] version = "1" optional = true default-features = false [dependencies.clap] version = "4" features = [ "std", "help", ] default-features = false [dependencies.similar] version = "2" [dependencies.walkdir] version = "2" [build-dependencies.clap] version = "4" features = [ "std", "help", ] default-features = false [build-dependencies.clap_mangen] version = "0.2" [features] auto-color = [ "anstream?/auto", "anstream?/wincon", ] color = [ "dep:anstream", "dep:anstyle", "clap/color", ] default = [ "color", "auto-color", ]