# 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" rust-version = "1.77" name = "beautytips" version = "0.2.0" authors = ["Tobias Hunger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The beautytips code prettifier" homepage = "https://github.com/hunger/beautytips" readme = "README.md" keywords = [ "prettifier", "code", "tool", ] categories = [ "command-line-utilities", "development-tools", ] license = "GPL-3.0-or-later" repository = "https://github.com/hunger/beautytips" [package.metadata.wix] eula = false license = false path-guid = "EDC1F57B-2BD7-4634-AFBA-A158F86360D8" upgrade-guid = "A1E05055-A080-4160-9492-98B5BB6D4285" [profile.dist] lto = "thin" inherits = "release" [lib] name = "beautytips" path = "src/lib.rs" [[bin]] name = "beautytips" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.80" [dependencies.cargo_toml] version = "0.20.3" [dependencies.clap] version = "4.5.8" features = [ "cargo", "env", "derive", ] [dependencies.crossterm] version = "0.28.1" features = ["windows"] default-features = false [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3.30" [dependencies.glob] version = "0.3.1" default-features = false [dependencies.ignore] version = "0.4.22" [dependencies.serde] version = "1.0.203" features = ["derive"] default-features = false [dependencies.shell-words] version = "1.1.0" [dependencies.tokio] version = "1.38.0" features = [ "macros", "rt", "rt-multi-thread", "process", "sync", "time", "fs", ] [dependencies.toml] version = "0.8.14" features = ["preserve_order"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.const_format] version = "0.2.32" [lints.clippy] cargo = "warn" complexity = "warn" correctness = "deny" pedantic = "warn" style = "warn" suspicious = "warn" [lints.clippy.multiple_crate_versions] level = "allow" priority = 10