# 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" version = "1.2.2" description = "keyauth library" documentation = "https://docs.rs/keyauth/" readme = "README.md" license = "MIT" repository = "https://github.com/D0A1V2I3D/keyauth-rust" [package.metadata.docs.rs] features = ["all"] [dependencies.aes] version = "0.7.4" optional = true [dependencies.base16] version = "0.2.1" features = ["alloc"] [dependencies.block-modes] version = "0.8.1" optional = true [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" features = ["blocking"] [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.86" [dependencies.sha256] version = "1.1.1" optional = true [dependencies.uuid] version = "1.2.1" features = ["v4"] [dependencies.webbrowser] version = "0.8.0" [features] all = [ "v1_0", "v1_1", "v1_2", "seller", "panic", "web_loader", ] default = ["v1_2"] panic = [] seller = [] v1_0 = [ "dep:aes", "dep:block-modes", "dep:sha256", ] v1_1 = [] v1_2 = ["dep:hmac-sha256"] web_loader = ["dep:httparse"]