# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "noa" version = "0.0.2" authors = ["Seiya Nuta "] description = "A terminal-based text editor (WIP)." readme = "README.md" keywords = [] categories = ["text-editors"] license = "CC0-1.0 OR MIT" repository = "https://github.com/seiyanuta/noa" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = true debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [dependencies.backtrace] version = "0" [dependencies.dirs] version = "2" [dependencies.lazy_static] version = "1" [dependencies.log] version = "^0.4.6" features = ["max_level_trace", "release_max_level_warn"] [dependencies.signal-hook] version = "0" [dependencies.structopt] version = "0" [dependencies.syntect] version = "3" [dependencies.termion] version = "^1.5.1" [dependencies.unicode-width] version = "0" [dev-dependencies.pretty_assertions] version = "0"