[package] name = "discus" version = "0.1.0" edition = "2021" authors = ["Sivert V. Sæther "] description = "Discus is a Rust based IRC server and Remote Administration Tool!" homepage = "https://git.42069.no/siv/discus" default-run = "server" [dependencies] tokio = { version = "1.28.2", features = ["full"] } pretty_env_logger = "0.5.0" async-trait = "0.1.71" lazy_static = "1.4.0" gethostname = "0.4.3" futures = "0.3.28" anyhow = "1.0.71" atty = "0.2.14" irc = "0.15.0" log = "0.4.19" ctor = "0.2.3"