# 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 = "diysh" version = "2.1.3" authors = ["Harrisonn "] exclude = ["/src/tests.rs"] description = "The Do-It-Yourself SHell is a library that lets you create your own shell-like text interface" readme = "README.md" keywords = [ "terminal", "tui", "shell", ] categories = ["command-line-interface"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/OJarrisonn/diysh" [[test]] name = "shell" [dependencies.chrono] version = "0.4.26" [dependencies.regex] version = "1.9.1"