[package] name = "solo-virtual-key" version = "0.1.0" edition = "2018" description = "Rust wrapper for the virtual U2F key from SoloKeys' solo1 project, intended for testing U2F applications" authors = ["Alfie Fresta "] license = "Apache-2.0 OR MIT" homepage = "https://github.com/AlfioEmanueleFresta/xdg-credentials-portal" [lib] name = "solo" path = "src/lib.rs" [dependencies] log = "0.4" env_logger = "0.10.0" tokio = {version = "1.12.0", features = ["process", "io-util", "rt"]}