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"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2024-02-20 19:33:27 +01:00
|
|
|
serde = { workspace = true, features = ["derive"], optional = true }
|
|
|
|
|
rkyv = { workspace = true, features = ["strict", "validation"], optional = true }
|