# 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 = "impral" version = "0.1.6" authors = ["Longor1996 "] description = "A command parsing and evaluation library for a LISP dialect, specialized for commandline input." homepage = "https://github.com/Longor1996/impral" readme = "README.md" keywords = [ "script", "scripting", "language", "lisp", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Longor1996/impral" resolver = "2" [dependencies.peekmore] version = "1.0.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.smallvec] version = "1.8.0" [dependencies.smartstring] version = "1.0.1" [dependencies.strum] version = "0.24.0" [dependencies.strum_macros] version = "0.24.0" [dependencies.thiserror] version = "1.0.31" [dependencies.uuid] version = "1.1.1"