[package] name = "idfy_common" version = "0.1.0" edition = "2021" authors = ["Daniel Clough "] description = "Common crate for IDFY.ONE" license = "AGPL-3.0-only" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.192", features = ["derive"] } chrono = { version = "0.4.35", features = ["serde"] } uuid = { version = "1.8.0", features = ["serde", "v4"] } csv = "1.3.0" serde_yaml = "0.9.34" itertools = "0.13.0" qrcode = "0.14.0" image = "0.25.1" kakasi = "0.1.0" romaji = "0.1.1" pinyin = "0.10.0" rand = "0.8.5" sha2 = "0.10.8" icondata = "0.3.0"