2023-11-02 12:15:27 +01:00
|
|
|
[package]
|
2024-02-15 11:19:46 -06:00
|
|
|
name = "uv-normalize"
|
2023-11-02 12:15:27 +01:00
|
|
|
version = "0.0.1"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
description = "Normalization for distribution, package and extra anmes"
|
|
|
|
|
|
2024-06-17 23:02:28 -04:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2023-11-02 12:15:27 +01:00
|
|
|
[dependencies]
|
2024-05-03 10:21:03 -04:00
|
|
|
rkyv = { workspace = true }
|
2024-04-17 13:24:41 -04:00
|
|
|
schemars = { workspace = true, optional = true }
|
2024-05-03 10:21:03 -04:00
|
|
|
serde = { workspace = true, features = ["derive"] }
|