31 lines
593 B
TOML
31 lines
593 B
TOML
[package]
|
|
name = "pluriton"
|
|
version = "1.0.0"
|
|
authors = ["CorsaroNero"]
|
|
edition = "2018"
|
|
|
|
[features]
|
|
default = [ "diesel/mysql" ]
|
|
|
|
[dependencies]
|
|
actix-rt = "2.2.0"
|
|
actix-web = "3.3.2"
|
|
actix-files = "0.5.0"
|
|
actix-session = "0.4"
|
|
diesel = { version = "1.4", features = ["r2d2", "chrono"] }
|
|
diesel_migrations = "1.4"
|
|
url = "2.2"
|
|
toml = "0.5"
|
|
lazy_static = "1.4"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
serde_derive = "1.0"
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
regex = "1.3"
|
|
base64 = "0.13"
|
|
rand = "0.8"
|
|
askama = "0.10"
|
|
json = "0.12"
|
|
futures = "0.3"
|
|
percent-encoding = "2.1"
|
|
hyper = "0.9"
|