okta 0.0.4

An API client for Okta
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "okta"
description = "An API client for Okta"
version = "0.0.4"
authors = ["Jess Frazelle <jess@oxide.computer>"]
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/oxidecomputer/cio"
documentation = "https://docs.rs/okta"

[dependencies]
chrono = { version = "0.4", features = ["serde"] }
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"