| Scaffold rustnim: Rust->Nim transpiler, type mapping 1a218c2 nandi 11h ago | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| Lower `bitflags!` directly, checked against the real crate af6e50f nandithebull 7h ago | 5 | [[package]] |
| 6 | name = "bitflags" |
| 7 | version = "2.13.2" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06" |
| 10 | |
| Lower the `log` facade, and add explicit enum discriminants 12c0a01 nandithebull 6h ago | 11 | [[package]] |
| 12 | name = "log" |
| 13 | version = "0.4.34" |
| 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 | checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6" |
| 16 | |
| Scaffold rustnim: Rust->Nim transpiler, type mapping 1a218c2 nandi 11h ago | 17 | [[package]] |
| 18 | name = "proc-macro2" |
| 19 | version = "1.0.107" |
| 20 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 21 | checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" |
| 22 | dependencies = [ |
| 23 | "unicode-ident", |
| 24 | ] |
| 25 | |
| 26 | [[package]] |
| 27 | name = "quote" |
| 28 | version = "1.0.47" |
| 29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 30 | checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" |
| 31 | dependencies = [ |
| 32 | "proc-macro2", |
| 33 | ] |
| 34 | |
| 35 | [[package]] |
| 36 | name = "rustnim" |
| 37 | version = "0.1.0" |
| 38 | dependencies = [ |
| Lower `bitflags!` directly, checked against the real crate af6e50f nandithebull 7h ago | 39 | "bitflags", |
| Lower the `log` facade, and add explicit enum discriminants 12c0a01 nandithebull 6h ago | 40 | "log", |
| Expand `macro_rules!` rather than translating it to a Nim template 04eb29f nandithebull 6h ago | 41 | "proc-macro2", |
| Scaffold rustnim: Rust->Nim transpiler, type mapping 1a218c2 nandi 11h ago | 42 | "syn", |
| 43 | ] |
| 44 | |
| 45 | [[package]] |
| 46 | name = "syn" |
| 47 | version = "3.0.5" |
| 48 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 49 | checksum = "12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9" |
| 50 | dependencies = [ |
| 51 | "proc-macro2", |
| 52 | "quote", |
| 53 | "unicode-ident", |
| 54 | ] |
| 55 | |
| 56 | [[package]] |
| 57 | name = "unicode-ident" |
| 58 | version = "1.0.24" |
| 59 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 60 | checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |