[package] name = "mu" version = "0.0.1" authors = [ "Your name " ] build = "build.rs" [lib] crate-type = ["staticlib", "rlib", "dylib"] doctest = false [features] default = ["aot"] aot = [] jit = [] [build-dependencies] gcc = "0.3" [dependencies] ast = {path = "src/ast"} utils = {path = "src/utils"} gc = {path = "src/gc"} libloading = "0.3" lazy_static = "0.1.15" log = "0.3.5" simple_logger = "0.4.0" hprof = "0.1.3" memmap = "0.4.0" memsec = "0.1.9" rustc-serialize = "*" time = "0.1.34" maplit = "0.1.4" docopt = "0.6" petgraph = "0.4.1"