# 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 = "rebootinto-tui" version = "0.1.0" authors = ["MOZGIII "] description = "The Terminal UI tool for rebooting into other OS." keywords = ["rebootinto", "reboot", "efi", "uefi", "tui"] license = "MIT" repository = "https://github.com/MOZGIII/rebootinto" [dependencies.crossterm] version = "0.14" optional = true [dependencies.failure] version = "0.1" [dependencies.failure_derive] version = "0.1" [dependencies.rebootinto-core] version = "0.1" [dependencies.termion] version = "1.5" optional = true [dependencies.tui] version = "0.8" optional = true default-features = false [build-dependencies.embed-resource] version = "1" [features] crossterm_backend = ["crossterm", "tui", "tui/crossterm"] crossterm_backend_sync_input = ["crossterm_backend"] default = ["crossterm_backend"] termion_backend = ["termion", "tui", "tui/termion"] [badges.appveyor] repository = "MOZGIII/rebootinto" [badges.travis-ci] repository = "MOZGIII/rebootinto"