| 1 | [package] |
|---|---|
| 2 | name = "generativity" |
| 3 | version = "1.1.0" |
| 4 | edition = "2021" |
| 5 | rust-version = "1.56" |
| 6 | |
| 7 | description = "Generation of unique invariant lifetimes" |
| 8 | repository = "https://github.com/CAD97/generativity" |
| 9 | keywords = ["generativity", "no-std", "unsafe-tools"] |
| 10 | categories = ["no-std", "rust-patterns"] |
| 11 | license = "MIT OR Apache-2.0" |
| 12 | |
| 13 | [dev-dependencies] |
| 14 | trybuild = "1.0.85" |
| 15 |
