aboutsummaryrefslogblamecommitdiffhomepage
path: root/Cargo.lock
blob: d59be7d20e21fb1b0b2b088f2557d4b5a602d581 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                 
                     
                  
                                                                
                                                                             





                
                  
                                                                
                                                                             








                                                                             
                   
                                                                
                                                                             

           

                             






                 
                   
                                                                
                                                                             









                
                 
                                                                
                                                                             


              
                 
                                                                
                                                                             







                     
                  
                                                                
                                                                             


               
                  
                                                                
                                                                             
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "aho-corasick"
version = "0.7.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
dependencies = [
 "memchr",
]

[[package]]
name = "cc"
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"

[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"

[[package]]
name = "libc"
version = "0.2.133"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0f80d65747a3e43d1596c7c5492d95d5edddaabd45a7fcdb02b95f644164966"

[[package]]
name = "llvm-kaleidoscope-rs"
version = "0.1.0"
dependencies = [
 "libc",
 "llvm-sys",
]

[[package]]
name = "llvm-sys"
version = "150.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "417dbaef2fece3b186fe15704e010849279de5f7eea1caa8845558130867bdd2"
dependencies = [
 "cc",
 "lazy_static",
 "libc",
 "regex",
 "semver",
]

[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"

[[package]]
name = "regex"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
dependencies = [
 "aho-corasick",
 "memchr",
 "regex-syntax",
]

[[package]]
name = "regex-syntax"
version = "0.6.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"

[[package]]
name = "semver"
version = "1.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"