[package] name = "koibumi-daemon" version = "0.0.9" authors = ["Kashiko Koibumi "] edition = "2021" license = "AGPL-3.0-or-later" description = "An experimental Bitmessage client daemon" homepage = "http://2xzrgzkwdqvcfw2ckas4n6iu4gcyk3mvfh6eq5zt5il3ohz2qbtvssyd.onion/" documentation = "https://docs.rs/koibumi-daemon" repository = "http://q24klvdbi3uv5hbsp6shuer7vylcbf74vjdwe5ayik7j45je3y7xvyqd.onion/kashiko/koibumi-rust" readme = "README.md" keywords = ["bitmessage", "protocol", "network", "client", "peer-to-peer"] categories = ["email", "network-programming"] [features] default = [] [dependencies] async-std = "1.12.0" futures = "0.3.30" log = "0.4.21" koibumi-box = { version = "0.0.5", path = "../box" } koibumi-common = { version = "0.0.5", path = "../common" } koibumi-core = { version = "0.0.9", path = "../core" } koibumi-node = { version = "0.0.9", path = "../node" } ctrlc = { version = "3.4.4", features = ["termination"], optional = true }