[package] name = "termios" version = "0.3.3" authors = ["David Cuddeback "] description = "Safe bindings for the termios library." license = "MIT" homepage = "https://github.com/dcuddeback/termios-rs" repository = "https://github.com/dcuddeback/termios-rs" documentation = "http://dcuddeback.github.io/termios-rs/termios/" readme = "README.md" keywords = ["termios", "tty", "terminal", "posix"] [dependencies] libc = "0.2"