about summary refs log tree commit diff stats
path: root/crates/rocie-client/Cargo.toml
blob: 96e0e24b87f767d0605ad19bb77f0add3b2bb4c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rocie-client"
version = "0.1.0"
authors = ["benedikt.peetz@b-peetz.de"]
description = "An enterprise grocery management system"
license = "GPL-3.0-or-later"
edition = "2024"

[dependencies]
serde = { version = "^1.0", features = ["derive"] }
serde_with = { version = "^3.8", default-features = false, features = ["base64", "std", "macros"] }
serde_json = "^1.0"
serde_repr = "^0.1"
url = "^2.5"
uuid = { version = "^1.8", features = ["serde", "v4"] }
reqwest = { version = "^0.12", default-features = false, features = ["json", "multipart"] }