# 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 = "edit" version = "0.1.5" authors = ["Milkey Mouse "] description = "Open a file in the default text editor" readme = "README.md" keywords = [ "editor", "edit", "editing", "cli", ] categories = [ "command-line-interface", "config", "text-processing", "text-editors", ] license = "CC0-1.0" repository = "https://github.com/milkey-mouse/edit" [lib] name = "edit" [dependencies.shell-words] version = "1.1.0" optional = true [dependencies.tempfile] version = "3.1.0" [dependencies.which] version = "4.0" optional = true default-features = false [features] better-path = ["which"] default = ["better-path"] quoted-env = ["shell-words"]