# 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.70.0" name = "ohcrab" version = "0.7.5" authors = ["Luiz Otavio Vilas Boas Oliveira "] description = "Fix your command line magically" readme = "README.md" keywords = [ "fix", "command", "terminal", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/luizvbo/oh-crab" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.clap] version = "4.4.7" features = [ "cargo", "env", ] [dependencies.console] version = "0.15.7" [dependencies.dirs] version = "5.0.1" [dependencies.fuzzt] version = "0.3.1" default-features = false [dependencies.is_executable] version = "1.0.1" [dependencies.regex] version = "1.10.2" [dependencies.shlex] version = "1.3.0" [dependencies.tar] version = "0.4.40" optional = true [dependencies.which] version = "4.4.0" [dependencies.zip] version = "1.1.3" optional = true [dev-dependencies.mockall] version = "0.12.0" [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.tempfile] version = "3.10.1" [features] tar = ["dep:tar"] zip = ["dep:zip"] [target.aarch64-apple-darwin]