# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "bitflags" version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "convert_case" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" dependencies = [ "unicode-segmentation", ] [[package]] name = "libc" version = "0.2.161" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" [[package]] name = "litrs" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" dependencies = [ "proc-macro2", ] [[package]] name = "pareg" version = "0.5.2" dependencies = [ "pareg_core", "pareg_proc", ] [[package]] name = "pareg_core" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c39858b5259349667c4d40e4fd097a33ef18607687b4ed7345a6872b19ac211f" dependencies = [ "proc-macro2", "quote", "syn", "termal", "thiserror", ] [[package]] name = "pareg_proc" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c335d0ada9f251d0d9a63a51eab3ddb11bb749a3476dc8f5b25cbd23fa61fed9" dependencies = [ "pareg_core", ] [[package]] name = "place_macro" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ded910602eebb5e39317d37dbfa6f2f470b5759d0e06b456e940207c861f17aa" dependencies = [ "place_macro_proc", ] [[package]] name = "place_macro_core" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "15a4aeb20828217e746ffbeba3120133961b4fc699995589443a386a78918e9d" dependencies = [ "convert_case", "litrs", "proc-macro2", ] [[package]] name = "place_macro_proc" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "278f0d63044c8f6a1e19d3c20b8ef2de4b5a0a845f5e42ab20d5a8bcb98755ab" dependencies = [ "place_macro_core", "proc-macro2", ] [[package]] name = "proc-macro2" version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba" dependencies = [ "unicode-ident", ] [[package]] name = "quote" version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" dependencies = [ "proc-macro2", ] [[package]] name = "syn" version = "2.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] [[package]] name = "termal" version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8613da4a68d5728bbbcde4b7655d06056f0d481fa991257e24b68c1b25b21505" dependencies = [ "termal_core", "termal_proc", ] [[package]] name = "termal_core" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3628d8021a4510166b52ea1d1124891516a078a214444d30806c1afc9234bda0" dependencies = [ "bitflags", "libc", "litrs", "place_macro", "proc-macro2", "thiserror", ] [[package]] name = "termal_proc" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4edce9a93af8e642b32bbf8245abd6678193b5c059b6c4f59c5eca3e6d6f4db" dependencies = [ "termal_core", ] [[package]] name = "thiserror" version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] name = "unicode-ident" version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unicode-segmentation" version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"