# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "cfg-if" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "linux-raw-sys" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "907a6699022e3baa15f1b642af8cb7583931729092ba5fcaccb7de619e4d0704" [[package]] name = "naked-function" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b55ed0c875d6123dd0abd01d52cb3dc50d21b3214acb2d4dfe81a6f4ee244a6d" dependencies = [ "cfg-if", "naked-function-macro", ] [[package]] name = "naked-function-macro" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee6137136c12021b3bb25753d8889eb4a62c3412093eafd92066f5f6d00e83ee" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] name = "proc-macro2" version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5" dependencies = [ "unicode-ident", ] [[package]] name = "quote" version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" dependencies = [ "proc-macro2", ] [[package]] name = "sc" version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "010e18bd3bfd1d45a7e666b236c78720df0d9a7698ebaa9c1c559961eb60a38b" [[package]] name = "sjlj" version = "0.1.3" dependencies = [ "linux-raw-sys", "naked-function", "sc", ] [[package]] name = "syn" version = "1.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] [[package]] name = "unicode-ident" version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"