# 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 = "turtle-lang" version = "0.1.1" authors = ["R. Miles McCain "] description = "A humble, fun, and friendly Lisp" readme = "README.md" keywords = ["lisp", "interpreter", "functional", "language"] license = "MIT" repository = "https://github.com/milesmcc/turtle-lang" [lib] name = "turtle" path = "src/lib.rs" [[bin]] name = "turtle" path = "src/bin.rs" [dependencies.ansi_term] version = "0.12" [dependencies.clap] version = "2" [dependencies.pest] version = "2" [dependencies.pest_derive] version = "2" [dependencies.rand] version = "0.7.3" [dependencies.regex] version = "1" [dependencies.relative-path] version = "1.3.2" [dependencies.rustyline] version = "6" [dependencies.rustyline-derive] version = "0.3"