# 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] name = "jcompiler" version = "0.1.0" authors = ["Matt Quinn "] description = "a compiler for the J programming language" homepage = "https://github.com/mattjquinn/jcompiler" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/mattjquinn/jcompiler" [lib] name = "jcompilerlib" path = "src/lib/mod.rs" [dependencies.ansi_term] version = "0.9" [dependencies.getopts] version = "0.2" [dependencies.itertools] version = "0.4" [dependencies.llvm-sys] version = "70" [dependencies.matches] version = "0.1" [dependencies.pest] version = "2.1.0" [dependencies.pest_derive] version = "2.1.0" [dependencies.quickcheck] version = "0.3" [dependencies.rand] version = "0.3" [dependencies.regex] version = "1.1.0" [dependencies.tempfile] version = "2.1"