[package] name = "elemeld" version = "0.1.0" authors = ["daxvena <kira.bruneau@gmail.com>"] edition = "2018" [dependencies] bincode = "1.3" bytes = "0.5.6" dirs = "3.0" env_logger = "0.7" futures = "0.3" get_if_addrs = "0.5" hostname = "0.3" log = "0.4" mio = "0.6" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "0.2", features = ["stream", "udp"] } tokio-util = { version = "0.3", features = ["codec", "udp"]} x11-dl = { git = "https://github.com/MetaDark/x11-rs.git" } # mio = "*" # ws = "*" # serde = "*" # rustc-serialize = "*" # serde_json = "*" # bincode = "*" # serde_macros = "*" # dylib = "*" # libc = "*" # nix = "*" # log = "*" # docopt = "*" # docopt_macros = "*"