# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "EMDisi_lib" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5416255e1f8148deab3b56b661ba5a707fceb3607104cb784d9aa260100ed66" dependencies = [ "json_parser_simple", ] [[package]] name = "EMNetChain" version = "0.1.3" dependencies = [ "EMDisi_lib", "EMUtil", "json_parser_simple", "num_cpus", ] [[package]] name = "EMUtil" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "017bbe174534abddf0e286f68ad313358d5b578cbf332997ce03b22d346792d4" [[package]] name = "hermit-abi" version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "json_parser_simple" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b96cce5a29754c039493cf9894c19e7cd02d78b1bec0e734f3e3c99f694b25b" [[package]] name = "libc" version = "0.2.155" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "num_cpus" version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ "hermit-abi", "libc", ]