# 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 = "msal-rs" version = "0.1.2" authors = [ "sangonzal ", ] build = false include = [ "src/**/*", "examples/**/*", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Microsoft Authentication Library for Rust" readme = "README.md" keywords = [ "msal", "microsoft", "authentication", "Azure", ] categories = ["authentication"] license = "MIT" repository = "https://github.com/freedit-dev/msal-rs" [lib] name = "msal_rs" path = "src/lib.rs" [[example]] name = "daemon_app" path = "examples/daemon_app.rs" [dependencies.base64] version = "0.22" [dependencies.hex] version = "0.4" [dependencies.jsonwebtoken] version = "9.1" [dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.4" features = ["v4"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]