# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cilk" version = "0.2.1" authors = ["uint256_t"] description = "(Toy) Compiler Infrastructure inspired by LLVM" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/maekawatoshiki/cilk" [dependencies.defs] version = "0.1.0" [dependencies.dynasm] version = "0.3.2" [dependencies.dynasmrt] version = "0.3.1" [dependencies.id-arena] version = "2.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.7.3" [dependencies.rustc-hash] version = "1.1.0" [features] riscv64 = [] x86_64 = []