Skip to content
Snippets Groups Projects
Cargo.lock 40.8 KiB
Newer Older
  • Learn to ignore specific revisions
  • # This file is automatically @generated by Cargo.
    # It is not intended for manual editing.
    
    
    [[package]]
    name = "aho-corasick"
    version = "1.1.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
    dependencies = [
     "memchr",
    ]
    
    [[package]]
    name = "anstream"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
    
    dependencies = [
     "anstyle",
     "anstyle-parse",
     "anstyle-query",
     "anstyle-wincon",
     "colorchoice",
     "is_terminal_polyfill",
     "utf8parse",
    ]
    
    [[package]]
    name = "anstyle"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
    
    
    [[package]]
    name = "anstyle-parse"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
    
    dependencies = [
     "utf8parse",
    ]
    
    [[package]]
    name = "anstyle-query"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
    
    dependencies = [
    
     "windows-sys 0.52.0",
    
    ]
    
    [[package]]
    name = "anstyle-wincon"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
    
    dependencies = [
     "anstyle",
    
     "windows-sys 0.52.0",
    
    ]
    
    [[package]]
    name = "anyhow"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "async-channel"
    version = "1.9.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
    dependencies = [
     "concurrent-queue",
     "event-listener 2.5.3",
     "futures-core",
    ]
    
    [[package]]
    name = "async-channel"
    version = "2.3.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
    dependencies = [
     "concurrent-queue",
     "event-listener-strategy",
     "futures-core",
     "pin-project-lite",
    ]
    
    [[package]]
    name = "async-executor"
    version = "1.13.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
    dependencies = [
     "async-task",
     "concurrent-queue",
     "fastrand",
     "futures-lite",
     "slab",
    ]
    
    [[package]]
    name = "async-global-executor"
    version = "2.4.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
    dependencies = [
     "async-channel 2.3.1",
     "async-executor",
     "async-io",
     "async-lock",
     "blocking",
     "futures-lite",
     "once_cell",
    ]
    
    [[package]]
    name = "async-io"
    
    rarbore2's avatar
    rarbore2 committed
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
    
    rarbore2's avatar
    rarbore2 committed
    dependencies = [
     "async-lock",
     "cfg-if",
     "concurrent-queue",
     "futures-io",
     "futures-lite",
     "parking",
     "polling",
     "rustix",
     "slab",
     "tracing",
    
     "windows-sys 0.59.0",
    
    rarbore2's avatar
    rarbore2 committed
    ]
    
    [[package]]
    name = "async-lock"
    version = "3.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
    dependencies = [
     "event-listener 5.3.1",
     "event-listener-strategy",
     "pin-project-lite",
    ]
    
    [[package]]
    name = "async-std"
    version = "1.13.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
    dependencies = [
     "async-channel 1.9.0",
     "async-global-executor",
     "async-io",
     "async-lock",
     "crossbeam-utils",
     "futures-channel",
     "futures-core",
     "futures-io",
     "futures-lite",
     "gloo-timers",
     "kv-log-macro",
     "log",
     "memchr",
     "once_cell",
     "pin-project-lite",
     "pin-utils",
     "slab",
     "wasm-bindgen-futures",
    ]
    
    [[package]]
    name = "async-task"
    version = "4.7.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
    
    
    [[package]]
    name = "atomic-polyfill"
    version = "1.0.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
    dependencies = [
     "critical-section",
    ]
    
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "atomic-waker"
    version = "1.1.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
    
    
    [[package]]
    name = "autocfg"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
    
    
    [[package]]
    name = "base64"
    version = "0.21.7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
    
    [[package]]
    name = "bincode"
    version = "1.3.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
    dependencies = [
     "serde",
    ]
    
    [[package]]
    name = "bitflags"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
    
    dependencies = [
     "serde",
    ]
    
    [[package]]
    name = "bitvec"
    version = "1.0.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
    dependencies = [
     "funty",
     "radium",
     "tap",
     "wyz",
    ]
    
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "blocking"
    version = "1.6.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
    dependencies = [
     "async-channel 2.3.1",
     "async-task",
     "futures-io",
     "futures-lite",
     "piper",
    ]
    
    [[package]]
    name = "bumpalo"
    version = "3.16.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
    
    
    [[package]]
    name = "byteorder"
    version = "1.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
    
    [[package]]
    name = "cactus"
    version = "1.0.7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "acbc26382d871df4b7442e3df10a9402bf3cf5e55cbd66f12be38861425f0564"
    
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "call"
    version = "0.1.0"
    dependencies = [
     "async-std",
     "juno_build",
     "rand",
     "with_builtin_macros",
    ]
    
    [[package]]
    name = "ccp"
    version = "0.1.0"
    dependencies = [
     "async-std",
     "juno_build",
     "rand",
     "with_builtin_macros",
    ]
    
    
    [[package]]
    name = "cfg-if"
    version = "1.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
    
    [[package]]
    name = "cfgrammar"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "6026d8cd82ada8bbcfe337805dd1eb6afdc9e80fa4d57e977b3a36315e0c5525"
    
    dependencies = [
     "indexmap",
     "lazy_static",
     "num-traits",
     "regex",
     "serde",
     "vob",
    ]
    
    [[package]]
    name = "clap"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "7be5744db7978a28d9df86a214130d106a89ce49644cbc4e3f0c22c3fba30615"
    
    dependencies = [
     "clap_builder",
     "clap_derive",
    ]
    
    [[package]]
    name = "clap_builder"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "a5fbc17d3ef8278f55b282b2a2e75ae6f6c7d4bb70ed3d0382375104bfafdb4b"
    
    dependencies = [
     "anstream",
     "anstyle",
     "clap_lex",
     "strsim",
    ]
    
    [[package]]
    name = "clap_derive"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
    
    dependencies = [
     "heck",
     "proc-macro2",
     "quote",
    
    ]
    
    [[package]]
    name = "clap_lex"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
    
    
    [[package]]
    name = "cobs"
    version = "0.2.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
    
    [[package]]
    name = "colorchoice"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "concurrent-queue"
    version = "2.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
    dependencies = [
     "crossbeam-utils",
    ]
    
    
    [[package]]
    name = "critical-section"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "f64009896348fc5af4222e9cf7d7d82a95a256c634ebcf61c53e4ea461422242"
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "crossbeam-utils"
    version = "0.8.20"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
    
    
    [[package]]
    name = "deranged"
    version = "0.3.11"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
    dependencies = [
     "powerfmt",
    ]
    
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "dot"
    version = "0.1.0"
    dependencies = [
     "async-std",
     "clap",
    
    rarbore2's avatar
    rarbore2 committed
     "hercules_rt",
    
    rarbore2's avatar
    rarbore2 committed
     "juno_build",
    
    rarbore2's avatar
    rarbore2 committed
     "rand",
    
    rarbore2's avatar
    rarbore2 committed
     "with_builtin_macros",
    
    Xavier Routh's avatar
    Xavier Routh committed
    name = "either"
    version = "1.13.0"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    Xavier Routh's avatar
    Xavier Routh committed
    checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
    
    Xavier Routh's avatar
    Xavier Routh committed
    name = "embedded-io"
    version = "0.4.0"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    Xavier Routh's avatar
    Xavier Routh committed
    checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
    
    [[package]]
    name = "embedded-io"
    version = "0.6.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
    
    
    Xavier Routh's avatar
    Xavier Routh committed
    name = "equivalent"
    version = "1.0.1"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    Xavier Routh's avatar
    Xavier Routh committed
    checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "errno"
    version = "0.3.9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
    dependencies = [
     "libc",
    
     "windows-sys 0.52.0",
    
    rarbore2's avatar
    rarbore2 committed
    ]
    
    [[package]]
    name = "event-listener"
    version = "2.5.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
    
    [[package]]
    name = "event-listener"
    version = "5.3.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
    dependencies = [
     "concurrent-queue",
     "parking",
     "pin-project-lite",
    ]
    
    [[package]]
    name = "event-listener-strategy"
    version = "0.5.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
    dependencies = [
     "event-listener 5.3.1",
     "pin-project-lite",
    ]
    
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "fac"
    version = "0.1.0"
    dependencies = [
     "async-std",
     "clap",
    
    rarbore2's avatar
    rarbore2 committed
     "juno_build",
    
    rarbore2's avatar
    rarbore2 committed
     "rand",
    
    rarbore2's avatar
    rarbore2 committed
     "with_builtin_macros",
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "fastrand"
    version = "2.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
    
    
    [[package]]
    name = "filetime"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
    
    dependencies = [
     "cfg-if",
     "libc",
    
     "libredox",
     "windows-sys 0.59.0",
    
    ]
    
    [[package]]
    name = "fnv"
    version = "1.0.7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
    
    [[package]]
    name = "funty"
    version = "2.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
    
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "futures-channel"
    
    rarbore2's avatar
    rarbore2 committed
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
    
    rarbore2's avatar
    rarbore2 committed
    dependencies = [
     "futures-core",
    ]
    
    [[package]]
    name = "futures-core"
    
    rarbore2's avatar
    rarbore2 committed
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
    
    rarbore2's avatar
    rarbore2 committed
    
    [[package]]
    name = "futures-io"
    
    rarbore2's avatar
    rarbore2 committed
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
    
    rarbore2's avatar
    rarbore2 committed
    
    [[package]]
    name = "futures-lite"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
    dependencies = [
     "fastrand",
     "futures-core",
     "futures-io",
     "parking",
     "pin-project-lite",
    ]
    
    
    [[package]]
    name = "getopts"
    version = "0.2.21"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
    dependencies = [
     "unicode-width",
    ]
    
    [[package]]
    name = "getrandom"
    version = "0.2.15"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
    dependencies = [
     "cfg-if",
     "libc",
     "wasi",
    ]
    
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "gloo-timers"
    version = "0.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
    dependencies = [
     "futures-channel",
     "futures-core",
     "js-sys",
     "wasm-bindgen",
    ]
    
    
    [[package]]
    name = "hash32"
    version = "0.2.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
    dependencies = [
     "byteorder",
    ]
    
    [[package]]
    name = "hashbrown"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
    
    
    [[package]]
    name = "heapless"
    version = "0.7.17"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
    dependencies = [
     "atomic-polyfill",
     "hash32",
     "rustc_version",
     "serde",
     "spin",
     "stable_deref_trait",
    ]
    
    [[package]]
    name = "heck"
    version = "0.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
    
    [[package]]
    
    rarbore2's avatar
    rarbore2 committed
    name = "hercules_cg"
    
    version = "0.1.0"
    dependencies = [
    
    rarbore2's avatar
    rarbore2 committed
     "bitvec",
    
     "hercules_ir",
    
    rarbore2's avatar
    rarbore2 committed
     "ordered-float",
    
     "rand",
    
    rarbore2's avatar
    rarbore2 committed
     "serde",
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "hercules_driver"
    
    version = "0.1.0"
    dependencies = [
     "clap",
     "hercules_ir",
    
    rarbore2's avatar
    rarbore2 committed
     "hercules_opt",
    
    rarbore2's avatar
    rarbore2 committed
     "ron",
    
    Xavier Routh's avatar
    Xavier Routh committed
    name = "hercules_ir"
    
    version = "0.1.0"
    dependencies = [
    
    Xavier Routh's avatar
    Xavier Routh committed
     "bitvec",
     "nom",
     "ordered-float",
    
    Xavier Routh's avatar
    Xavier Routh committed
     "serde",
    
    ]
    
    [[package]]
    name = "hercules_opt"
    version = "0.1.0"
    dependencies = [
     "bitvec",
    
    rarbore2's avatar
    rarbore2 committed
     "either",
    
    rarbore2's avatar
    rarbore2 committed
     "hercules_cg",
    
     "hercules_ir",
    
    rarbore2's avatar
    rarbore2 committed
     "itertools",
    
     "ordered-float",
     "postcard",
     "serde",
     "take_mut",
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "hercules_rt"
    version = "0.1.0"
    
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "hermit-abi"
    version = "0.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
    
    
    [[package]]
    name = "indexmap"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
    
    dependencies = [
     "equivalent",
     "hashbrown",
    ]
    
    [[package]]
    
    Xavier Routh's avatar
    Xavier Routh committed
    name = "is_terminal_polyfill"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
    
    Xavier Routh's avatar
    Xavier Routh committed
    name = "itertools"
    version = "0.13.0"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    Xavier Routh's avatar
    Xavier Routh committed
    checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
    
    dependencies = [
    
    Xavier Routh's avatar
    Xavier Routh committed
     "either",
    
    ]
    
    [[package]]
    name = "itoa"
    version = "1.0.11"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
    
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "js-sys"
    version = "0.3.70"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
    dependencies = [
     "wasm-bindgen",
    ]
    
    
    [[package]]
    name = "juno_antideps"
    version = "0.1.0"
    dependencies = [
     "async-std",
    
    rarbore2's avatar
    rarbore2 committed
     "hercules_rt",
    
     "juno_build",
     "with_builtin_macros",
    ]
    
    
    [[package]]
    name = "juno_build"
    version = "0.1.0"
    dependencies = [
    
    rarbore2's avatar
    rarbore2 committed
     "hercules_ir",
    
     "juno_frontend",
     "with_builtin_macros",
    ]
    
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "juno_casts_and_intrinsics"
    version = "0.1.0"
    dependencies = [
     "async-std",
     "juno_build",
     "with_builtin_macros",
    ]
    
    
    [[package]]
    name = "juno_frontend"
    version = "0.1.0"
    dependencies = [
     "cfgrammar",
     "clap",
     "hercules_ir",
     "hercules_opt",
    
     "lrlex",
     "lrpar",
     "num-rational",
     "num-traits",
     "ordered-float",
     "phf",
    ]
    
    
    [[package]]
    name = "juno_implicit_clone"
    version = "0.1.0"
    dependencies = [
     "async-std",
    
    rarbore2's avatar
    rarbore2 committed
     "hercules_rt",
    
    [[package]]
    name = "juno_matmul"
    version = "0.1.0"
    dependencies = [
     "async-std",
    
    rarbore2's avatar
    rarbore2 committed
     "hercules_rt",
    
    rarbore2's avatar
    rarbore2 committed
     "rand",
    
    Aaron Councilman's avatar
    Aaron Councilman committed
    [[package]]
    name = "juno_nested_ccp"
    version = "0.1.0"
    dependencies = [
     "async-std",
    
    rarbore2's avatar
    rarbore2 committed
     "hercules_rt",
    
    Aaron Councilman's avatar
    Aaron Councilman committed
     "juno_build",
     "with_builtin_macros",
    ]
    
    
    [[package]]
    name = "juno_scheduler"
    version = "0.0.1"
    dependencies = [
     "cfgrammar",
     "hercules_ir",
     "lrlex",
     "lrpar",
    ]
    
    [[package]]
    name = "juno_simple3"
    version = "0.1.0"
    dependencies = [
     "async-std",
    
    rarbore2's avatar
    rarbore2 committed
     "hercules_rt",
    
     "juno_build",
     "with_builtin_macros",
    ]
    
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "kv-log-macro"
    version = "1.0.7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
    dependencies = [
     "log",
    ]
    
    
    [[package]]
    name = "lazy_static"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
    
    
    [[package]]
    name = "libc"
    
    version = "0.2.159"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
    
    [[package]]
    name = "libredox"
    version = "0.1.3"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
    dependencies = [
     "bitflags",
     "libc",
     "redox_syscall",
    ]
    
    rarbore2's avatar
    rarbore2 committed
    
    [[package]]
    name = "linux-raw-sys"
    version = "0.4.14"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
    
    
    [[package]]
    name = "lock_api"
    version = "0.4.12"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
    dependencies = [
     "autocfg",
     "scopeguard",
    ]
    
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "log"
    version = "0.4.22"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
    dependencies = [
     "value-bag",
    ]
    
    
    [[package]]
    name = "lrlex"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "05863fdac293d1bc74f0cd91512933a5ab67e0cb607dc78ac4984be089456b49"
    
    dependencies = [
     "cfgrammar",
     "getopts",
     "lazy_static",
     "lrpar",
     "num-traits",
     "quote",
     "regex",
     "regex-syntax",
     "serde",
     "vergen",
    ]
    
    [[package]]
    name = "lrpar"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "3b1ecae55cf667db308d3555e22b20bcc28eaeca0c95a09b37171673be157c71"
    
    dependencies = [
     "bincode",
     "cactus",
     "cfgrammar",
     "filetime",
     "indexmap",
     "lazy_static",
     "lrtable",
     "num-traits",
     "packedvec",
     "regex",
     "serde",
     "static_assertions",
     "vergen",
     "vob",
    ]
    
    [[package]]
    name = "lrtable"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "d42d2752cb50a171efadda0cb6fa97432e8bf05accfff3eed320b87e80a2f69e"
    
    dependencies = [
     "cfgrammar",
     "fnv",
     "num-traits",
     "serde",
     "sparsevec",
     "vob",
    ]
    
    
    rarbore2's avatar
    rarbore2 committed
    [[package]]
    name = "matmul"
    version = "0.1.0"
    dependencies = [
     "async-std",
     "clap",
    
    rarbore2's avatar
    rarbore2 committed
     "hercules_rt",
    
    rarbore2's avatar
    rarbore2 committed
     "juno_build",
    
    rarbore2's avatar
    rarbore2 committed
     "rand",
    
    rarbore2's avatar
    rarbore2 committed
     "with_builtin_macros",
    
    [[package]]
    name = "memchr"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
    
    
    [[package]]
    name = "minimal-lexical"
    version = "0.2.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
    
    [[package]]
    name = "nom"
    version = "7.1.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
    dependencies = [
     "memchr",
     "minimal-lexical",
    ]
    
    [[package]]
    name = "num-bigint"
    
    source = "registry+https://github.com/rust-lang/crates.io-index"
    
    checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
    
    dependencies = [
     "num-integer",
     "num-traits",
    ]
    
    [[package]]
    name = "num-conv"
    version = "0.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
    
    [[package]]
    name = "num-integer"
    version = "0.1.46"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
    dependencies = [
     "num-traits",
    ]
    
    [[package]]
    name = "num-rational"
    version = "0.4.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
    dependencies = [
     "num-bigint",
     "num-integer",
     "num-traits",
    ]
    
    [[package]]
    name = "num-traits"
    version = "0.2.19"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
    dependencies = [
     "autocfg",
    ]
    
    [[package]]
    name = "num_threads"
    version = "0.1.7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
    dependencies = [
     "libc",
    ]