# 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 = "termcandy" version = "0.1.0" authors = ["Andrew Cann "] description = "terminal GUI library" documentation = "https://docs.rs/termcandy" license = "LGPL-2.0-only" repository = "https://github.com/canndrew/termcandy" [dependencies.failure] version = "0.1.5" [dependencies.futures] version = "0.1" [dependencies.lazy_static] version = "1.3.0" [dependencies.libc] version = "0.2.50" [dependencies.log] version = "0.4.6" [dependencies.mio] version = "0.6.16" [dependencies.slab] version = "0.4.2" [dependencies.termcandy-macros] version = "0.1.0" [dependencies.termion] version = "1.5.1" [dependencies.tokio] version = "0.1.17" [dependencies.tokio-signal] version = "0.2.7" [dependencies.unicode-width] version = "0.1.5"