actix-admin/actix_admin/actix_admin_macros/Cargo.toml

31 lines
652 B
TOML
Raw Normal View History

2022-04-23 20:03:09 +02:00
[package]
name = "actix_admin_macros"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
actix-web = "4.0.1"
actix-rt = "2.7.0"
2022-06-06 12:55:25 +02:00
actix-session = "0.6.2"
2022-04-23 20:03:09 +02:00
tera = "1.15.0"
oauth2 = "4.1"
base64 = "0.13.0"
2022-06-06 12:55:25 +02:00
bae = "0.1.7"
2022-04-23 20:03:09 +02:00
quote = "1.0"
syn = { version = "1.0", features = ["full", "extra-traits"] }
proc-macro2 = { version = "1.0.36", default-features = false }
rand = "0.8.5"
url = "2.2.2"
http = "0.2.6"
dotenv = "0.15"
futures = "0.3.21"
serde = "1.0.136"
serde_json = "1.0.79"
serde_derive = "1.0.136"
sea-orm = { version = "0.8.0", features = [ "sqlx-sqlite", "runtime-actix-native-tls", "macros" ], default-features = false }