# 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" rust-version = "1.67.1" name = "omega" version = "0.4.3" authors = ["nils@wrenger.net"] description = "A performant terminal-based project editor with extensive shortcuts" documentation = "https://github.com/nwrenger/omega" readme = "README.md" keywords = [ "editor", "file", "project", "shortcuts", "tool", ] categories = [ "command-line-utilities", "text-editors", ] license = "MIT" repository = "https://github.com/nwrenger/omega" [profile.release] opt-level = 3 lto = "thin" codegen-units = 1 strip = true [dependencies.arboard] version = "3.3.2" [dependencies.cursive-syntect] version = "0.1.0" [dependencies.cursive_buffered_backend] version = "0.6.1" [dependencies.cursive_tree_view] version = "0.8.0" [dependencies.syntect] version = "5.2.0" [dependencies.unicode-segmentation] version = "1.11.0" [dependencies.unicode-width] version = "0.1.11" [target."cfg(not(target_os = \"macos\"))".dependencies.cursive] version = "0.20.0" features = ["crossterm-backend"] default-features = false [target."cfg(target_os = \"macos\")".dependencies.cursive] version = "0.20.0"