# 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 = "authentic" version = "0.5.0" authors = ["Jonathan Giddy"] description = "Authentication library" homepage = "https://github.com/jinxapi/authentic/blob/main/README.md" categories = ["authentication"] license = "Apache-2.0" repository = "https://github.com/jinxapi/authentic" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.arc-swap] version = "1.5.0" optional = true [dependencies.http] version = "0.2.6" [dependencies.http-auth] version = "0.1.5" features = ["basic-scheme", "http"] [dependencies.hyper] version = "0.14" optional = true [dependencies.jsonwebtoken] version = "8" optional = true [dependencies.reqwest] version = "0.11" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.hyper] version = "0.14" features = ["full"] [dev-dependencies.hyper-tls] version = "0.5.0" [dev-dependencies.reqwest] version = "0.11.10" [dev-dependencies.tokio] version = "1.17.0" features = ["full"] [features] hyper-client = ["hyper"] jwt = ["jsonwebtoken", "arc-swap", "serde/derive"] loop = [] reqwest-async = ["reqwest"] reqwest-blocking = ["reqwest/blocking"] step = []