# 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-node" version = "0.0.9" authors = ["Kashiko Koibumi "] description = "A Bitmessage node implementation as a library for Koibumi, an experimental Bitmessage client" homepage = "http://2xzrgzkwdqvcfw2ckas4n6iu4gcyk3mvfh6eq5zt5il3ohz2qbtvssyd.onion/" documentation = "https://docs.rs/koibumi-node" 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.async-std] version = "1.12.0" features = ["unstable"] [dependencies.futures] version = "0.3.30" [dependencies.koibumi-core] version = "0.0.9" [dependencies.koibumi-net] version = "0.0.1" features = ["serde"] [dependencies.koibumi-socks] version = "0.0.6" [dependencies.log] version = "0.4.21" [dependencies.num_cpus] version = "1.16.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.sqlx] version = "0.7.2" features = [ "runtime-async-std", "sqlite", ]