# 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" rust-version = "1.70" name = "ybaas" version = "0.0.19" authors = [ "Igor Gnatenko ", "Randy Barlow ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Don't you love when you accidentally tap your Yubikey when you have your IRC client in focus and you send 987947 into Libera? Want to be able to have that experience without having to reach all the way over to your laptop's USB port? Don't want the complexity of installing and using the yubibomb CLI tool? Now you can use yubibomb as a service!""" documentation = "https://docs.rs/ybaas" readme = "README.md" keywords = [ "yubikey", "random", "game", "yubibomb", "microservice", ] categories = [ "authentication", "cryptography", "games", ] license = "GPL-3.0" repository = "https://github.com/bowlofeggs/ybaas" [profile.release] lto = true [[bin]] name = "ybaas" path = "src/main.rs" [dependencies.tokio] version = "1.35" features = [ "macros", "rt-multi-thread", ] [dependencies.warp] version = "0.3" [dependencies.yubibomb] version = "0.2"