# 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 = "nyar" version = "0.1.1" authors = ["initcool "] description = "nyar is a task management program written in Rust, which allows you to run and manage various tasks in the background, such as scheduled tasks, start tasks, restart tasks, etc." homepage = "https://github.com/limitcool/nyar" documentation = "https://docs.rs/nyar" readme = "README-en.md" keywords = [ "background", "schedule", "task", ] categories = [ "schedule", "task", ] license = "GPL-3.0-or-later" repository = "https://github.com/limitcool/nyar" [dependencies.chrono] version = "0.4.31" [dependencies.cron] version = "0.12.0" [dependencies.crossterm] version = "0.27.0" [dependencies.directories] version = "5.0.1" [dependencies.ratatui] version = "0.25.0" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.serde_yaml] version = "0.9.30" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tokio-cron-scheduler] version = "0.9.4" [dependencies.tokio-test] version = "0.4.3" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [target."cfg(any(all(target_arch=\"aarch64\", target_vendor=\"unknown\", target_os=\"linux\"), target_env=\"musl\"))".dependencies.reqwest] version = "0.11" features = [ "json", "cookies", "rustls-tls", ] default-features = false [target."cfg(not(any(all(target_arch=\"aarch64\", target_vendor=\"unknown\", target_os=\"linux\"), target_env=\"musl\")))".dependencies.reqwest] version = "0.11" features = [ "cookies", "json", ]