# 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 = "mauth-client" version = "0.4.0" authors = ["Mason Gup "] description = "Sign requests and validate responses using the Medidata MAuth protocol" homepage = "https://github.com/mdsol/mauth-client-rust" documentation = "https://docs.rs/mauth-client/" readme = "README.md" keywords = [ "security", "authentication", "web", ] categories = [ "authentication", "web-programming", ] license = "MIT" repository = "https://github.com/mdsol/mauth-client-rust" [dependencies.axum] version = ">= 0.7.2" optional = true [dependencies.bytes] version = "1" optional = true [dependencies.chrono] version = "0.4" [dependencies.dirs] version = "5" [dependencies.futures-core] version = "0.3" optional = true [dependencies.http] version = "1" optional = true [dependencies.mauth-core] version = "0.5" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yml] version = "0.0.10" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["fs"] [dependencies.tower] version = "0.4" optional = true [dependencies.url] version = "2" [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] [features] axum-service = [ "tower", "futures-core", "axum", "http", "bytes", ]