# 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 = "blisp-repl" version = "0.4.0" authors = ["Yuuki Takano "] description = "REPL of BLisp, a lisp like statically typed programing language for no_std." homepage = "https://ytakano.github.io/blisp/" readme = "README.md" keywords = [ "scripting", "scripting-language", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/ytakano/blisp" [dependencies.blisp] version = "0.4" [dependencies.num-bigint] version = "0.4" default-features = false [dependencies.rustyline] version = "11.0"