# 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 = "palacinke" version = "0.0.5-dev" authors = ["juanvillacortac@gmail.com"] description = "Palacinke: the useless scripting lang" license = "MIT" repository = "https://github.com/juanvillacortac/palacinke-lang" resolver = "1" [[bin]] name = "palacinke" path = "src/bin/palacinke.rs" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.pk_compiler] version = "0.0.5-dev" [dependencies.pk_parser] version = "0.0.5-dev" [dependencies.pk_vm] version = "0.0.5-dev" [dependencies.platform-dirs] version = "0.3.0" [dependencies.rustyline] version = "10.0.0"