[package] name = "static_assert" version = "0.3.1" authors = ["Oliver Schneider "] description = "static assertions" homepage = "https://github.com/oli-obk/rust-sa" repository = "https://github.com/oli-obk/rust-sa" readme = "README.md" keywords = ["compile", "time", "static", "assert"] license-file = "LICENSE" [lib] name = "static_assert" plugin = true [dev-dependencies] compiletest_rs = "0.2"