# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "pretty-error-debug" version = "0.3.0" dependencies = [ "pretty-error-debug-derive", "thiserror", ] [[package]] name = "pretty-error-debug-derive" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "528a48794c910e8baac6b9d43522dedb932c6634f456ac5270a7639ac790f791" dependencies = [ "proc-macro-crate", "quote", "syn", ] [[package]] name = "proc-macro-crate" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92" dependencies = [ "thiserror", "toml", ] [[package]] name = "proc-macro2" version = "1.0.52" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224" dependencies = [ "unicode-ident", ] [[package]] name = "quote" version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" dependencies = [ "proc-macro2", ] [[package]] name = "serde" version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d46b3dfedb19360a74316866cef04687cd4d6a70df8e6a506c63512790769b72" [[package]] name = "syn" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4cff13bb1732bccfe3b246f3fdb09edfd51c01d6f5299b7ccd9457c2e4e37774" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] [[package]] name = "thiserror" version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] name = "toml" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a54ae44b0b2c443e7ef6dd3be16a776bae4daa40684f81e15126bc04e7747308" dependencies = [ "serde", ] [[package]] name = "unicode-ident" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"