# 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 = "ck-cracker" version = "0.13.0" authors = ["Lloyd Bond"] build = false include = [ "src/**/*", "README.md", "CHANGELOG.md", "LISCENSE", "fonts/**/*", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false default-run = "ck" description = "Cracker is a simple, fast, and plain task runner. Designed with the idea of supporting as many task tools as possible." homepage = "https://github.com/lloydbond/cracker" readme = "README.md" keywords = [ "makefile", "tasks", "taskrunner", ] categories = [ "command-line-utilities", "development-tools::build-utils", ] license = "GPL-3.0" repository = "https://github.com/lloydbond/cracker" [profile.release] debug = 2 [[bin]] name = "ck" path = "src/main.rs" [dependencies.getopts] version = "0.2.21" [dependencies.iced] version = "0.13.1" features = [ "debug", "tokio", "highlighter", "lazy", ] [dependencies.iced_core] version = "0.13.2" [dependencies.iced_renderer] version = "0.13.0" [dependencies.iced_tiny_skia] version = "0.13.0" [dependencies.iced_wgpu] version = "0.13.5" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.22" [dependencies.once_cell] version = "1.20.2" [dependencies.peg] version = "0.8.4" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.tokio] version = "1" features = [ "fs", "macros", "process", "io-util", ] [dev-dependencies.log] version = "0.4.22" [dev-dependencies.tokio] version = "1" features = ["macros"]