# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.69.0" name = "assetto-server-manager" version = "0.0.1-rc.1" authors = [ "Gerard Zinn", "Christian Ruiz", ] include = [ "/src", "LICENSE", "README.md", ] description = "Interface to manage an Assetto Corsa Server" readme = "README.md" keywords = [ "assetto-corsa", "ac", ] categories = ["games"] license = "GPL-2.0" repository = "https://github.com/GPeaky/assetto-server-manager" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = false split-debuginfo = "off" panic = "abort" [dependencies.axum] version = "0.6.18" [dependencies.hyper] version = "0.14.26" features = ["server"] [dependencies.tokio] version = "1.28.2" features = [ "rt-multi-thread", "macros", ]