[package] name = "cowirc" version = "0.2.0" edition = "2021" license = "AGPL-3.0-only" description = "Asychronous IRCv3 library for Rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hex = "0.4.3" thiserror = "1.0.49" tokio = { version = "1.35.1", features = ["full"] } tokio-native-tls = "0.3.1"