AppFlowy-Cloud/libs/token/Cargo.toml

15 lines
354 B
TOML

[package]
name = "token"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde.workspace = true
chrono = { version = "0.4.23", features = ["serde", "clock"], default-features = false }
jwt = "0.16.0"
thiserror = "1.0.30"
hmac = "0.12.1"
sha2 = "0.10.6"