# 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 = "mairs" version = "0.1.6" description = "This is library was created for simply programing CLI programs, with the simplest console graphical interface " readme = "README.md" license = "MIT" repository = "https://github.com/dinskoy/mairs" [lib] crate-type = ["cdylib"] [dependencies.colored] version = "2.0.4"