[package] name = "catinator" version = "1.0.0" authors = ["Max Audron "] edition = "2018" [dependencies] macros = { path = "./macros" } irc = { version = "0.15", features = ["json", "tls-rust"], default_features = false } irc-proto = "0.15" sasl = "0.5" base64 = "0.13" serde = { version = "1.0", features = ["derive"] } toml = "0.5" anyhow = "1" futures = "0.3" tokio = { version = "1.5.0", features = ["full", "rt-multi-thread"] } tracing = "0.1" tracing-subscriber = "0.2" tracing-futures = "0.2" regex = "1" sedregex = { git = "https://gitlab.com/audron/sedregex" } [workspace] members = ["macros"]