# 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 = "lispi" version = "0.3.3" description = "Lisp I interpreter" readme = "README.md" keywords = [ "lisp", "repl", ] categories = ["parser-implementations"] license = "MIT" repository = "https://gitlab.com/MaksRawski/lispi" [[bench]] name = "peano" harness = false [dependencies.clap] version = "2.33.3" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.20" [dependencies.rustyline] version = "12.0.0" features = [ "derive", "custom-bindings", ] [dev-dependencies.criterion] version = "0.5" features = ["html_reports"]