# 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 = "zeta" version = "0.1.6" authors = ["noxabellus "] description = "Compiler for the Zeta programming language" homepage = "https://github.com/zeta-lang/zeta" readme = "readme.md" license = "MIT" repository = "https://github.com/zeta-lang/zeta" [lib] path = "src/lib/lib.rs" [[bin]] name = "zeta" path = "src/app/main.rs" [dependencies.colored] version = "1.8" [dependencies.num] version = "0.2" [dependencies.num-derive] version = "0.2" [dependencies.num-traits] version = "0.2" [target."cfg(target_os = \"windows\")".dependencies.cc] version = "1.0.45"