# 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 = "ws-auth" version = "0.0.3" authors = ["Travis Sharp "] exclude = [ ".cargo_vcs_info.json", "**/tests.rs", ] publish = true description = "A library to help build authentication services and client libraries for web services." readme = "README.md" keywords = ["authentication"] license = "BSD-3-Clause" [profile.dev] debug = 0 [profile.release] panic = "abort" [profile.test] debug = 0 [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.jsonwebtoken] version = "8" [dependencies.jwtk] version = "0.2.4" [dependencies.rsa] version = "0.8.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.3.0" features = [ "v5", "v4", "fast-rng", "macro-diagnostics", ] [features] default = ["oauth2"] oauth2 = [] [badges.maintenance] status = "experimental"