# 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 = "minicode" version = "1.4.4" authors = ["Kirill Leonov "] exclude = [ ".github", "docs", ] description = "Esoteric programming language" homepage = "https://github.com/leonovk/minicode" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/leonovk/minicode" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.pretty_assertions] version = "1.4.0" [dependencies.self_update] version = "0.40.0" features = [ "archive-tar", "archive-zip", "compression-flate2", ]