# 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 = "dora" version = "0.0.2" authors = ["Dominik Inführ "] build = "build.rs" description = "The Dora programming language" homepage = "https://github.com/dinfuehr/dora" license = "MIT" repository = "https://github.com/dinfuehr/dora" [lib] name = "dora" path = "src/lib.rs" [[bin]] name = "dora" path = "src/main.rs" [dependencies.backtrace] version = "0.3.*" [dependencies.byteorder] version = "1.3.*" [dependencies.capstone] version = "0.6.*" [dependencies.crossbeam-deque] version = "0.7.*" [dependencies.docopt] version = "0.7.*" [dependencies.dora-parser] version = "0.0.2" [dependencies.fixedbitset] version = "0.2.*" [dependencies.libc] version = "0.2.*" [dependencies.num_cpus] version = "1.10.*" [dependencies.parking_lot] version = "0.9.*" [dependencies.rand] version = "0.7.*" [dependencies.regex] version = "1.3.*" [dependencies.rustc-serialize] version = "0.3.*" [dependencies.scoped_threadpool] version = "0.1.*" [dependencies.threadpool] version = "1.7.*" [dependencies.time] version = "0.1.*"