# 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 = "fixit-cli" version = "0.9.0" authors = ["Yevhenii Babichenko "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A utility to fix mistakes in your commands." homepage = "https://github.com/eugene-babichenko/fixit" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/eugene-babichenko/fixit" [package.metadata.deb] name = "fixit" [profile.release] lto = true panic = "abort" strip = "symbols" [[bin]] name = "fixit" path = "src/main.rs" [[test]] name = "bash" path = "tests/bash.rs" [[test]] name = "fish" path = "tests/fish.rs" [[test]] name = "tmux" path = "tests/tmux.rs" [[test]] name = "zsh" path = "tests/zsh.rs" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.ctrlc] version = "3" features = ["termination"] [dependencies.dialoguer] version = "0.11" default-features = false [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.rinja] version = "0.3.5" [dependencies.strsim] version = "0.11" [dependencies.tempfile] version = "3.12.0" [dependencies.thiserror] version = "2" [dev-dependencies.expectrl] version = "0.7.1" [dev-dependencies.rstest] version = "0.21.0" default-features = false [dev-dependencies.xshell] version = "0.2.6"