[package] name = "koibumi-core" version = "0.0.9" authors = ["Kashiko Koibumi "] edition = "2021" license = "AGPL-3.0-or-later" description = "The core library for Koibumi, an experimental Bitmessage client" homepage = "http://2xzrgzkwdqvcfw2ckas4n6iu4gcyk3mvfh6eq5zt5il3ohz2qbtvssyd.onion/" documentation = "https://docs.rs/koibumi-core" repository = "http://q24klvdbi3uv5hbsp6shuer7vylcbf74vjdwe5ayik7j45je3y7xvyqd.onion/kashiko/koibumi-rust" readme = "README.md" keywords = ["bitmessage", "protocol", "network", "client", "peer-to-peer"] categories = ["email", "network-programming"] [dependencies] aes = "0.8.4" bitflags = "2.5.0" cbc = "0.1.2" hmac = "0.12.1" lazy_static = "1.4.0" rand = "0.8.5" ripemd = "0.1.3" serde = { version = "1.0.200", features = ["derive"] } sha2 = "0.10.8" sha3 = "0.10.8" koibumi-base32 = { version = "0.0.3", path = "../base32" } koibumi-base58 = { version = "0.0.2", path = "../base58" } koibumi-net = { version = "0.0.1", path = "../net" } koibumi-secp256k1 = { version = "0.0.0", features = ["rand"], path = "../secp256k1" } # 0.29.0