-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
33 lines (31 loc) · 1021 Bytes
/
Cargo.toml
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
30
31
32
33
[package]
name = "libre-oneroster"
version = "0.2.0"
authors = ["fffnite <[email protected]>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
surf = "2.2"
tide = "0.16"
tide-rustls = "0.3"
async-std = { version = "1.9", features = ["attributes"] }
futures = "0.3"
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = "3.0.0"
log = "0.4"
env_logger = "0.10.0"
clap = { version = "4.3.4", features = [ "derive", "env" ] }
sqlx = { version = "0.7.0-alpha.3", features = [ "sqlite", "runtime-async-std-native-tls", "chrono" ] }
jsonwebtoken = "8.0.0-beta.0"
openssl = "0.10"
lazy_static = "1.4"
uuid = { version = "1.3.4", features = [ "v4" ] }
rand = { version = "0.8", features = [ "getrandom" ]}
hex = "0.4"
bcrypt = "0.14"
http-types = "2.10"
jq-rs = "0.4"
regex = "1.5"
tiberius = { version = "0.12.2", features = [ "sql-browser-async-std" ] }