[package] name = "type-nats" version = "0.0.2" authors = ["Darin Morrison "] description = "Type-level natural numbers in Rust" documentation = "http://darinmorrison.github.io/type-nats.rs/doc/type-nats/" keywords = ["type-level"] license = "MIT" readme = "README.md" repository = "https://github.com/darinmorrison/type-nats.rs" [lib] name = "type-nats" path = "src/lib.rs"