# 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 = "keyauth-obf" version = "1.2.21" description = "keyauth library" documentation = "https://docs.rs/keyauth/" readme = "README.md" license = "MIT" repository = "https://github.com/D0A1V2I3D/keyauth-rust-new" [package.metadata.docs.rs] features = ["all"] [dependencies.base16] version = "0.2.1" [dependencies.debugoff] version = "0.2.2" features = [ "obfuscate", "syscallobf", ] [dependencies.goldberg] version = "0.1.0" [dependencies.hex] version = "0.4.3" [dependencies.hmac-sha256] version = "1.1.4" optional = true [dependencies.httparse] version = "1.8.0" optional = true [dependencies.machine_uuid] version = "0.1.0" [dependencies.reqwest] version = "0.11.12" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.86" [dependencies.uuid] version = "1.2.1" features = ["v4"] [dependencies.webbrowser] version = "0.8.0" [features] all = [ "v1_2", "web_loader", ] default = [ "v1_2", "all", ] v1_2 = ["dep:hmac-sha256"] web_loader = ["dep:httparse"]