# 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-common" version = "0.0.5" authors = ["Kashiko Koibumi "] description = "Common code among GUI and daemon versions for Koibumi, an experimental Bitmessage client" homepage = "http://2xzrgzkwdqvcfw2ckas4n6iu4gcyk3mvfh6eq5zt5il3ohz2qbtvssyd.onion/" documentation = "https://docs.rs/koibumi-common" readme = "README.md" keywords = [ "bitmessage", "client", ] categories = ["email"] license = "AGPL-3.0-or-later" repository = "http://q24klvdbi3uv5hbsp6shuer7vylcbf74vjdwe5ayik7j45je3y7xvyqd.onion/kashiko/koibumi-rust" [dependencies.directories] version = "5.0.1" [dependencies.getopts] version = "0.2.21" [dependencies.koibumi-box] version = "0.0.5" [dependencies.koibumi-node] version = "0.0.9" [dependencies.log] version = "0.4.21" [dependencies.sqlx] version = "0.7.2" features = [ "runtime-async-std", "sqlite", ] [dependencies.toml] version = "0.8.12"