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