workos 0.8.1

Rust SDK for interacting with the WorkOS API.
Documentation
# 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 = "2024"
name = "workos"
version = "0.8.1"
authors = [
    "Rust for Web <info@rustforweb.org>",
    "WorkOS",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for interacting with the WorkOS API."
readme = "README.md"
license = "MIT"
repository = "https://github.com/RustForWeb/workos"

[features]
default = ["reqwest/default-tls"]
native-tls = ["reqwest/native-tls"]
rustls = ["reqwest/rustls"]

[lib]
name = "workos"
path = "src/lib.rs"

[dependencies.aead]
version = "0.5.2"
features = ["std"]

[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.40"
features = ["serde"]

[dependencies.derive_more]
version = "2.0.1"
features = [
    "deref",
    "display",
    "from",
]

[dependencies.jsonwebtoken]
version = "10.0.0"
features = ["rust_crypto"]

[dependencies.querystring]
version = "1.1.0"

[dependencies.reqwest]
version = "0.13.0"
features = [
    "charset",
    "http2",
    "form",
    "json",
    "query",
    "system-proxy",
]
default-features = false

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.0"

[dependencies.url]
version = "2.5.4"
features = ["serde"]

[dependencies.urlencoding]
version = "2.1.3"

[dev-dependencies.matches]
version = "0.1.10"

[dev-dependencies.mockito]
version = "1.0.0"

[dev-dependencies.rsa]
version = "0.9.10"

[dev-dependencies.tokio]
version = "1.44.2"
features = [
    "macros",
    "rt-multi-thread",
]
default-features = false