# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "jinko" version = "0.3.0-jinx7" authors = [ "CohenArthur ", "Skallwar ", "SanderJSA ", ] description = "jinko is a safe, small and fast programming language with Rust interoperability" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/cohenarthur/jinko" resolver = "2" [profile.release] lto = true [[bin]] name = "jinko" path = "interpreter/jinko.rs" required-features = ["std"] [dependencies.anyhow] version = "1.0" [dependencies.colored] version = "2.0" [dependencies.downcast-rs] version = "1.2" [dependencies.lazy_static] version = "1.4" [dependencies.libffi] version = "2.0.0" optional = true [dependencies.libloading] version = "0.7" optional = true [dependencies.linefeed] version = "0.6" optional = true [dependencies.nom] version = "7.0" [dependencies.nom_locate] version = "4.0" [dependencies.structopt] version = "0.3" [dev-dependencies.libc] version = "0.2" [features] default = [ "repl", "ffi", "std", ] ffi = [ "libloading", "libffi", ] repl = ["linefeed"] std = []