[package] name = "fts_units" version = "0.1.1" authors = ["Forrest Smith "] description = """ fts_units is a library that enables compile-time type-safe mathematical operations using units of measurement. """ documentation = "https://github.com/forrestthewoods/fts_gamemath" homepage = "https://github.com/forrestthewoods/fts_gamemath" repository = "https://github.com/forrestthewoods/fts_gamemath" readme = "readme.md" keywords = ["gamedev", "math", "units"] categories = ["games", "science", "rendering"] license = "Unlicense OR MIT" edition = "2018" [dependencies] num-traits = "0.2.5" typenum = "1.10.0" [dev-dependencies] trybuild = "1.0"