[package] name = "re-sol" version = "0.6.2" edition = "2021" description = "Svobodný frontend pro Školu Online" readme = "README.md" repository = "https://codeberg.org/resol/resol" homepage = "https://codeberg.org/resol/resol" authors = ["Tomkoid "] license = "GPL-3.0" keywords = ["skolaonline", "sol", "resol", "re-sol", "actix-web"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.release] lto = true # Enable link-time optimization codegen-units = 1 # Reduce number of codegen units to increase optimizations panic = 'abort' # Abort on panic strip = true # Strip symbols from binary* [dependencies] actix-cors = "0.6.4" actix-files = "0.6.2" actix-governor = "0.4.0" actix-web = "4.2.1" rand = "0.8.5" reqwest = { version = "0.11.13", features = ["socks", "blocking"] } serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.91" toml = "0.6.0" clap = { version = "3.2.17", default-features = false, features = ["std", "color", "suggestions", "derive"] } chrono = "0.4.23" actix-web-httpauth = "0.8.0" redis = "0.22.3" build-time = "0.1.2" pretty_env_logger = "0.4.0" log = "0.4.17" sha2 = "0.10.6" walkdir = "2.3.3"