[package] name = "syunit" version = "0.4.0" edition = "2021" authors = [ "Samuel Nösslböck " ] description = "A small library that contains some basic units to help structuring kinematics and robotic programming in rust" repository = "https://github.com/SamuelNoesslboeck/syunit" readme = "README.md" license-file = "LICENSE" keywords = [ "robotics", "kinematics", "unit-system", "math" ] [dependencies] serde = { version = "1.0.196", features = [ "derive" ], optional = true } [features] default = [ "serde" ] serde = [ "dep:serde" ]