# 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 = "quec" version = "0.1.5" authors = ["bgkillas "] description = "a simple text editor" readme = "README.md" keywords = [ "cli", "editor", "text-editor", ] categories = ["text-editors"] license = "GPL-3.0-only" repository = "https://github.com/bgkillas/quec" [profile.release] lto = true codegen-units = 1 strip = true [dependencies] [target."cfg(not(unix))".dependencies.crossterm] version = "0.27.0" features = [ "event-stream", "windows", ] default-features = false [target."cfg(not(unix))".dependencies.term_size] version = "0.3.2" [target."cfg(unix)".dependencies.crossterm] version = "0.27.0" features = ["event-stream"] default-features = false [target."cfg(unix)".dependencies.libc] version = "0.2.147"