[package]
edition = "2024"
rust-version = "1.92"
name = "irkki-core"
version = "0.1.1"
authors = ["Stefan Alfbo <stefan.alfbo@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The irkki core library."
homepage = "https://github.com/stefanalfbo/irkki"
readme = "README.md"
keywords = [
"irc",
"chat",
]
categories = [
"network-programming",
"asynchronous",
]
license = "MIT"
repository = "https://github.com/stefanalfbo/irkki"
resolver = "2"
[lib]
name = "irkki_core"
path = "src/lib.rs"
[[test]]
name = "irc_client_stub"
path = "tests/irc_client_stub.rs"
[dependencies.log]
version = "0.4.29"