# 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 = "2018" name = "token_adalt" version = "0.5.0" authors = ["Hemanth Kapila "] description = "Rust library that enables you to acquire security token from Azure Active Directory." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/kapilash/token_adalt/" [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.openssl] version = "0.10.62" [dependencies.openssl-sys] version = "0.9" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.35" features = ["full"] [dependencies.uuid] version = "1.6.1" features = [ "fast-rng", "v4", ]