# 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 = "llang" version = "0.0.1" authors = ["Afonso Bordado "] description = "Experimental Lua compiler based on llvm\n" homepage = "https://github.com/afonso360/llang" documentation = "https://docs.rs/llang/" readme = "README.md" keywords = ["lua", "compiler"] license = "GPL-2.0" repository = "https://github.com/afonso360/llang" [dependencies.rustyline] version = "1.0.0" [dependencies.nom-lua] version = "0.0.2" features = ["graphviz"] [dependencies.llvm-sys] version = "36" [dependencies.clap] version = "2.23.3" [dependencies.llvm] version = "0.0.1" [badges.travis-ci] repository = "afonso360/llang" [badges.appveyor] repository = "afonso360/llang"