[package] name = "asuka" version = "0.8.0" authors = ["Julien Blanchard "] edition = "2018" [dependencies] cursive = "0.13" native-tls = { git = "https://github.com/julienXX/rust-native-tls", branch="master" } openssl = { git = "https://github.com/julienXX/rust-openssl", branch="master" } openssl-sys = { git = "https://github.com/julienXX/rust-openssl", branch="master" } url = "*" regex = "*" lazy_static = "*" open = "*" json = "*" tempfile = "*" dirs = "*" textwrap="*"