# 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 = "workos" version = "0.2.0" authors = ["WorkOS"] description = "[Experimental] Official Rust SDK for interacting with the WorkOS API." documentation = "https://docs.rs/workos/" readme = "README.md" license = "MIT" repository = "https://github.com/workos/workos-rust" resolver = "2" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.openssl] version = "0.10" optional = true default-features = false [dependencies.pem] version = "0.8" optional = true default-features = false [dependencies.querystring] version = "1.1" [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.ring] version = "0.16" optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.2" [dev-dependencies.matches] version = "0.1" [dev-dependencies.mockito] version = "0.31" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] default-features = false [features] default = ["rustls-tls"] native-tls = [ "reqwest/default-tls", "openssl", ] rustls-tls = [ "reqwest/rustls-tls", "ring", "pem", ]