[package]
name = "ixi-ci-server"
version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
edition = "2021"

[dependencies]
lazy_static = "*"
axum = { version = "*" }
axum-server = { version = "*", features = ["tls-rustls"] }
handlebars = "*"
libc = "*"
serde = "*"
serde_derive = "*"
serde_json = "*"
rand = "*"
tokio = { version = "*", features = ["full"] }
console-subscriber = "*"
tokio-console = "*"
tokio-stream = "*"
hyper = "*"
futures-util = "*"
axum-macros = "*"
lettre = "*"
base64 = "*"
tracing = "*"
tracing-subscriber = "*"
http-body = "*"
rusqlite = "*"
http = "*"
hmac = "*"
hex = "*"
sha2 = "*"
reqwest = { version = "*", features = ["rustls-tls-native-roots"] }
clap = { version = "*", features = ["derive"] }
rlua = "*"
chrono = "*"

[[bin]]
name = "ci_webserver"
path = "src/main.rs"

[[bin]]
name = "ci_driver"
path = "src/ci_driver.rs"

[[bin]]
name = "ci_ctl"
path = "src/ci_ctl.rs"

[[bin]]
name = "ci_runner"
path = "src/ci_runner.rs"