[package] name = "workos-rust" version = "0.2.1" authors = ["cobbinma "] edition = "2018" description = "unofficial rust sdk for interacting with the workos api" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/perkbox/workos-rust" categories = [ "api-bindings" ] keywords = ["workos"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = "1.0.126" serde_derive = "1.0.126" surf = "2.2.0" async-std = { version = "1.9.0", features = ["attributes"] } futures = "0.3.14" serde_json = "1.0.64" thiserror = "1.0.26" anyhow = "1.0.41" httpmock = "0.5.8" mime = "0.3.16" expect-test = "1.1.0"