[package] name = "titanirc-server" version = "0.1.0" authors = ["Jordan Doyle "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] titanirc-codec = { path = "../titanirc-codec" } titanirc-types = { path = "../titanirc-types" } actix = { git = "https://github.com/actix/actix", rev = "fdaa5d50e25ffc892f5c1c6fcc51097796debecf" } # tokio 1.0 support not yet released actix-rt = "2.0.0-beta.1" tokio = { version = "1.1", features = ["net", "signal"] } tokio-util = "0.6" async-stream = "0.3" thiserror = "1" displaydoc = "0.1" clap = "3.0.0-beta.2" futures-util = "0.3" bytes = "1.0"