# 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 = "stytch" version = "6.1.0" description = "Stytch Rust client" documentation = "https://stytch.com/docs" readme = "README.md" categories = [ "api-bindings", "authentication", "web-programming", ] license = "MIT" repository = "https://github.com/stytchauth/stytch-rust" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.22" features = [ "serde", "std", ] default_features = false [dependencies.http] version = "1.1.0" [dependencies.http-serde] version = "2.1.1" [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.reqwest] version = "0.12.4" features = ["json"] default-features = false [dependencies.serde] version = "1.0.139" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.thiserror] version = "1.0.31" [dependencies.tracing] version = "0.1.35" [dependencies.url] version = "2.2.2" [features] default = ["reqwest-native-tls"] reqwest-native-tls = ["reqwest/native-tls"] reqwest-rustls-tls = ["reqwest/rustls-tls"]