plate-tool/plate-tool-lib/Cargo.toml

20 lines
585 B
TOML
Raw Permalink Normal View History

2024-02-12 00:32:30 +00:00
[package]
name = "plate-tool-lib"
2024-08-10 08:31:24 +00:00
version = "0.5.0"
2024-02-12 00:32:30 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
regex = "1"
uuid = { version = "1.6", features = ["v7", "fast-rng", "macro-diagnostics", "js", "serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
csv = "1.2"
getrandom = { version = "0.2", features = ["js"] }
rand = { version = "0.8", features = ["small_rng"] }
2024-02-14 00:56:47 +00:00
lazy_static = "1.4"
serde_with = { version = "3.9.0", features = ["json"] }
2024-08-10 08:31:24 +00:00
serde_yaml = "0.9.34"