# 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.60" name = "tauri-plugin-keygen" version = "0.1.0" authors = ["Baginda Namora"] exclude = [ "/examples", "/webview-dist", "/webview-src", "/assets", "node_modules", ] description = "A Tauri Plugin for Keygen.sh Licensing" readme = "README.md" license = "MIT" [dependencies.aes-gcm] version = "0.9" [dependencies.base64] version = "0.21.5" [dependencies.chrono] version = "0.4.31" [dependencies.ed25519-dalek] version = "2.0.0" features = ["serde"] [dependencies.hex] version = "0.4.3" [dependencies.machine-uid] version = "0.5.1" [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.sha2] version = "0.10.8" [dependencies.tauri] version = "1.5.2" features = ["os-api"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.33.0" features = ["sync"] [dependencies.whoami] version = "1.5.1"