[package] name = "pslink" version = "0.3.0" description = "A simple webservice that allows registered users to create short links including qr-codes.\nAnyone can visit the shortened links. This is an ideal setup for small busines or for publishing papers." authors = ["Dietrich "] edition = "2018" license = "MIT OR Apache-2.0" keywords = ["url", "link", "webpage", "actix", "web"] categories = ["web-programming", "network-programming", "web-programming::http-server", "command-line-utilities"] readme = "README.md" repository = "https://github.com/enaut/pslink/" build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-web = "3" actix-web-static-files = "3.0" actix-slog = "0.2" tera = "1.6" serde = "1.0" sqlx={version="0.4", features = [ "sqlite", "macros", "runtime-actix-rustls", "chrono", "migrate", "offline" ]} dotenv = "0.15.0" actix-identity = "0.3" chrono = { version = "0.4", features = ["serde"] } argonautica = "0.2" slog = "2" slog-term = "2" slog-async = "2" qrcode = "0.12" image = "0.23" rand="0.8" rpassword = "5.0" clap = "2.33" [build-dependencies] actix-web-static-files = "3.0" # optimize for size at cost of compilation speed. [profile.release] lto = true #codegen-units = 1