open-editor 1.2.0

Open files or Strings in user's default editor
Documentation
# 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 = "2024"
name = "open-editor"
version = "1.2.0"
authors = ["Louis Thevenet <louis.tvnt@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Open files or Strings in user's default editor"
readme = "README.md"
license = "MIT"
repository = "https://github.com/louis-thevenet/open-editor"

[lib]
name = "open_editor"
path = "src/lib.rs"

[[example]]
name = "custom_editor"
path = "examples/custom_editor.rs"

[[example]]
name = "custom_env_vars"
path = "examples/custom_env_vars.rs"

[[example]]
name = "fill_template"
path = "examples/fill_template.rs"

[[example]]
name = "get_user_input"
path = "examples/get_user_input.rs"

[[example]]
name = "independant_editor"
path = "examples/independant_editor.rs"

[[example]]
name = "interactive_edit"
path = "examples/interactive_edit.rs"

[dependencies.which]
version = "8.0.0"