[package] name = "assetto-server-manager" version = "0.0.1-rc.1" authors = ["Gerard Zinn", "Christian Ruiz"] description = "Interface to manage an Assetto Corsa Server" readme = "README.md" repository = "https://github.com/GPeaky/assetto-server-manager" license = "GPL-2.0" keywords = ["assetto-corsa", "ac"] categories = ["games"] include = ["/src", "LICENSE", "README.md"] edition = "2021" rust-version = "1.69.0" [dependencies] axum = "0.6.18" hyper = { version = "0.14.26", features = ["server"] } tokio = { version = "1.28.2", features = ["rt-multi-thread", "macros"] } [profile.release] opt-level = "z" lto = true codegen-units = 1 split-debuginfo = "off" panic = "abort" debug = false