aboutsummaryrefslogtreecommitdiff
path: root/crates/iam/Cargo.toml
blob: 2ee6fc6e730c0503ee4dcc2bdb845698ccfc0b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "iam"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0"
async-std = { version = "1.12.0", features = [ "attributes" ] }
base64 = "0.21.0"
clap = { version = "4.0.29", features = ["derive"] }
colored = "2.0.0"
email_address =  "0.2"
env_logger = "0.9"
home = "0.5.4"
log = "0.4"
rand = "0.8"
secd =  { path = "../secd" }
serde = "1"
serde_json = { version = "1.0", features = ["raw_value"] }
strum = "0.24.1"
strum_macros = "0.24"
time = { version = "0.3", features = [ "serde" ] }
tiny_http = "0.12"
tokio = { version = "1.23.0", features = ["full"] }
toml = "0.5.9"
thiserror =  "1.0"
url = "2.3.1"
urlencoding = "2.1.2"
uuid = { version = "1.2", features = ["v4", "serde"]}