# 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 = "duo-auth" version = "0.0.1" exclude = [ ".direnv", ".editorconfig", ".envrc", ".gitignore", "Cargo.lock", "flake.lock", "flake.nix", "rust-toolchain.toml", ] description = "Unofficial Rust API bindings for Duo Auth" homepage = "https://github.com/ZentriaMC/duo-auth-rs" readme = "README.md" keywords = ["duo-auth"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/ZentriaMC/duo-auth-rs" [dependencies.chrono] version = "0.4" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12" features = ["std"] [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.2" [dependencies.sha1] version = "0.10" [dependencies.structstruck] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.29" features = ["time"] [dependencies.url] version = "2.4" [dependencies.urlencoding] version = "2.1"