[package] name = "webs" version = "0.1.0" authors = ["Yorhel "] [dependencies] log = "0.*" env_logger = "0.*" getopts = "0.2" nom = "1.2" # Need >0.6.0 for a fix to issue #465 mio = { git = "https://github.com/carllerche/mio" } slab = "0.3.0" netbuf = "0.3.2" # Need >1.1.2 for Display trait on Error httparse = { git = "https://github.com/seanmonstar/httparse" }