# 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 = "tinysh" version = "0.0.2" exclude = [ "docs/*", "manual/*", "manual.pdf", ] description = "A tiny shell built for educational purposes" homepage = "https://tinysh.nwa2coco.fr" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/coco33920/tinysh" [profile.dist] lto = "thin" inherits = "release" [dependencies.ansi_term] version = "0.12.1" [dependencies.confy] version = "0.5.1" [dependencies.linefeed] version = "0.6" [dependencies.serde] version = "1.0.192" features = ["derive"]