[package] name = "tanmatsu" description = "A wrapper around terminal functionality" version = "0.6.4" authors = ["r00ster91 "] edition = "2018" license = "MIT" documentation = "https://docs.rs/tanmatsu" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [target.'cfg(not(target = "redox"))'.dependencies] crossterm = "0.20" [target.'cfg(target = "redox")'.dependencies] termion = "1.5.6" # [target.'cfg(target = "windows")'.dependencies] # crossterm = "0.20" # [target.'cfg(not(target = "windows"))'.dependencies] # termion = "1.5.6"