# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "koibumi-core" version = "0.0.9" authors = ["Kashiko Koibumi "] description = "The core library for Koibumi, an experimental Bitmessage client" homepage = "http://2xzrgzkwdqvcfw2ckas4n6iu4gcyk3mvfh6eq5zt5il3ohz2qbtvssyd.onion/" documentation = "https://docs.rs/koibumi-core" readme = "README.md" keywords = [ "bitmessage", "protocol", "network", "client", "peer-to-peer", ] categories = [ "email", "network-programming", ] license = "AGPL-3.0-or-later" repository = "http://q24klvdbi3uv5hbsp6shuer7vylcbf74vjdwe5ayik7j45je3y7xvyqd.onion/kashiko/koibumi-rust" [dependencies.aes] version = "0.8.4" [dependencies.bitflags] version = "2.5.0" [dependencies.cbc] version = "0.1.2" [dependencies.hmac] version = "0.12.1" [dependencies.koibumi-base32] version = "0.0.3" [dependencies.koibumi-base58] version = "0.0.2" [dependencies.koibumi-net] version = "0.0.1" [dependencies.koibumi-secp256k1] version = "0.0.0" features = ["rand"] [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.ripemd] version = "0.1.3" [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dependencies.sha3] version = "0.10.8"