[dependencies.shell-words]
optional = true
version = "1.1.0"
[dependencies.tempfile]
version = "3.1.0"
[dependencies.which]
default-features = false
optional = true
version = "7.0"
[[example]]
name = "edit-example"
path = "examples/edit-example.rs"
[features]
better-path = ["which"]
default = ["better-path"]
quoted-env = ["shell-words"]
[lib]
name = "edit"
path = "src/lib.rs"
[package]
authors = ["Milkey Mouse <milkeymouse@meme.institute>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "config", "text-processing", "text-editors"]
description = "Open a file in the default text editor"
edition = "2018"
keywords = ["editor", "edit", "editing", "cli"]
license = "CC0-1.0"
name = "edit-without-waiting"
readme = "README.md"
repository = "https://github.com/lgarron/edit-without-wraiting"
version = "0.2.0"