# 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 = "passage-auth" version = "0.4.0" description = "Authentication API for Passage by 1Password" readme = "README.md" license = "MIT" repository = "https://github.com/Kindness-Works/passage-rs" [dependencies.jsonwebtoken] version = "9.3.0" default-features = false [dependencies.reqwest] version = "^0.12" features = [ "json", "multipart", ] [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.serde_with] version = "^3.8" features = [ "base64", "std", "macros", ] default-features = false [dependencies.thiserror] version = "1.0.61" [dependencies.url] version = "^2.5" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.37.0" features = [ "rt", "macros", ] [dev-dependencies.tokio-test] version = "0.4.2"