# 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 = "2018" name = "ea-command" version = "0.2.1" authors = ["Daniel Duan "] exclude = ["/.github/*", "demo.gif", "flake.nix", "flake.lock", "/scripts/*", "/resources/*", "src/bin/printfile.rs"] default-run = "ea" description = "Editor Alias: making paths in command line tools actionable." homepage = "https://github.com/dduan/ea" documentation = "https://github.com/dduan/ea/blob/master/README.md" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/dduan/ea" [dependencies.atty] version = "0.2.14" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "3.1.8" features = ["derive"] [dependencies.guard] version = "0.5.1" [dependencies.lazy_static] version = "1.4" [dependencies.pty] version = "0.2" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.pty] version = "0.2" [build-dependencies.clap] version = "3.1.8" features = ["cargo"] [build-dependencies.clap_complete] version = "3.1"