# 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" name = "cursive-open-editor" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lets you open an external editor in a Cursive application." readme = "README.md" keywords = [ "cursive", "editor", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/gamma-delta/cursive-open-editor" [lib] name = "cursive_open_editor" path = "src/lib.rs" [[example]] name = "dotfile_editor" path = "examples/dotfile_editor.rs" [[example]] name = "example" path = "examples/example.rs" [dependencies.cursive] version = "0.20.0" [dependencies.tempfile] version = "3.10.1" [dev-dependencies.dirs] version = "5.0.1"