2023-01-08 07:57:22 +00:00
|
|
|
[package]
|
|
|
|
name = "attic-token"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
attic = { path = "../attic", default-features = false }
|
|
|
|
|
2024-06-01 19:47:27 +00:00
|
|
|
base64 = "0.22.1"
|
2023-11-08 21:54:50 +00:00
|
|
|
chrono = "0.4.31"
|
2023-05-28 21:21:59 +00:00
|
|
|
displaydoc = "0.2.4"
|
2024-05-25 18:00:43 +00:00
|
|
|
indexmap = { version = "2.2.6", features = ["serde"] }
|
2023-11-12 20:11:17 +00:00
|
|
|
jwt-simple = "0.11.5"
|
2023-01-08 07:57:22 +00:00
|
|
|
lazy_static = "1.4.0"
|
2023-05-28 21:21:59 +00:00
|
|
|
regex = "1.8.3"
|
|
|
|
serde = "1.0.163"
|
2023-05-28 21:21:59 +00:00
|
|
|
serde_with = "3.0.0"
|
2023-01-08 07:57:22 +00:00
|
|
|
tracing = "0.1.37"
|
2023-11-06 20:56:39 +00:00
|
|
|
rsa = "0.9.3"
|