Spracherkennung für: .orig vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
[package]
name = "app_units"
version = "
0.
7.
8"
authors = ["The Servo Project Developers"]
description = "Servo app units type (Au)"
documentation = "
https://docs.rs/app_units/"
repository = "
https://github.com/servo/app_units"
license = "MPL-
2.
0"
edition = "
2021"
[dependencies]
num-traits = { version = "
0.
2", optional = true }
serde = { version = "
1.
0", optional = true, features = ["derive"] }
malloc_size_of = { version = "
0.
1", default-features = false, optional = true }
[dev-dependencies]
ron = "
0.
8.
0"
[features]
default = ["num_traits", "serde_serialization"]
num_traits = ["num-traits"]
serde_serialization = ["serde"]
malloc_size_of = ["dep:malloc_size_of"]