# 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 = "coke" version = "0.2.1" authors = ["IceCafeCup "] description = "Similar to GNU Make but uses Lua configuration." documentation = "https://icecafecup.github.io/coke" readme = "README.md" keywords = [ "lua", "task", "make", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/icecafecup/coke" resolver = "2" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1.0.61" [dependencies.clap] version = "3.2.17" features = [ "derive", "cargo", ] [dependencies.mlua] version = "0.8.3" features = [ "lua54", "vendored", "send", ] [dependencies.tabled] version = "0.8.0"