# 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 = "open_in_editor" version = "0.2.1" authors = ["Kornel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Open files or directories in the system-default programmer's editor. Reveal files in file explorer/Finder" homepage = "https://lib.rs/open_in_editor" readme = "README.md" keywords = [ "reveal", "open", "editor", "visual", ] categories = [ "text-editors", "os", "gui", ] license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/kornelski/open_in_editor" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-apple-darwin"] [lib] name = "open_in_editor" path = "src/lib.rs" [dependencies.quick-error] version = "2.0.0" [target.'cfg(not(target_os = "macos"))'.dependencies.home] version = "0.5.9" [target.'cfg(not(target_os = "macos"))'.dependencies.tempfile] version = "3.12.0" [target.'cfg(target_os = "macos")'.dependencies.core-foundation] version = "0.10.0" [target.'cfg(target_os = "macos")'.dependencies.core-services] version = "1.0" [target.'cfg(target_os = "macos")'.dependencies.objc] version = "0.2.7" [badges.maintenance] status = "passively-maintained"