[package] authors = ["Adam Cvikl "] name = "ordinal-type" description = "Ordinal type for Rust" repository = "https://github.com/Adamekka/ordinal-type" homepage = "https://github.com/Adamekka/ordinal-type" license = "MIT" version = "0.3.0" edition = "2021" readme = "README.md" [dependencies] num-integer = "0.1.45" num-traits = "0.2.15" [dev-dependencies] num-bigint = "0.4.3"