# rocie - An enterprise grocery management system # # Copyright (C) 2024 Benedikt Peetz # Copyright (C) 2025 Benedikt Peetz # Copyright (C) 2026 Benedikt Peetz # SPDX-License-Identifier: GPL-3.0-or-later # # This file is part of Rocie. # # You should have received a copy of the License along with this program. # If not, see . [package] name = "rocie-server" keywords = [] categories = [] default-run = "rocie-server" version.workspace = true edition.workspace = true authors.workspace = true license.workspace = true repository.workspace = true rust-version.workspace = true description.workspace = true publish = true [lints] workspace = true [dev-dependencies] rocie-client.workspace = true tokio.workspace = true [dependencies] actix-identity = "0.9.0" actix-session = { version = "0.11.0", features = ["cookie-session"] } actix-web = "4.14.0" argon2 = "0.5.3" chrono = "0.4.45" clap = { version = "4.6.2", features = ["derive", "env"] } cooklang = "0.18.7" env_logger = "0.11.11" log = "0.4.33" percent-encoding = "2.3.2" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.150" serde_yaml = "0.9.34" sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite"] } thiserror = "2.0.18" tokio.workspace = true utoipa = { version = "5.5.0", features = ["actix_extras", "uuid"] } uuid = { version = "1.24.0", features = ["v4", "serde"] } [package.metadata.docs.rs] all-features = true