[package] name = "typerat" version = "0.0.4" description = "Type-level rational numbers based on `typenum`." authors = ["Koichi Kitahara "] license = "MIT OR Apache-2.0" edition = "2021" repository = "https://gitlab.com/kkitahara/typerat-rs" documentation = "https://docs.rs/typerat" readme = "README.md" keywords = ["rational", "compile-time", "typenum"] categories = ["data-structures", "mathematics", "no-std::no-alloc"] [dependencies] typenum = "1.17" [dev-dependencies] char-buf = "0.1"