# 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 = "toke-runner" version = "0.1.4" description = "A command runner for toml files" readme = "README.md" keywords = [ "cli", "toml", "command", "runner", "toke", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/afonsofrancof/toke" [[bin]] name = "toke" [dependencies.clap] version = "4.5.1" [dependencies.regex] version = "1.10.3" [dependencies.toml] version = "0.8.10"