# 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 = "scheduledexec" version = "0.1.0" description = "REST service to execute series of command lines at specific moments of time" readme = "README.md" keywords = [ "schedule", "command-line", "executor", "rest", ] categories = ["web-programming::http-server"] license = "MIT OR Apache-2.0" repository = "https://github.com/vi/scheduledexec" [dependencies.axum] version = "0.7.4" features = ["macros"] [dependencies.clap] version = "4.4.18" features = [ "help", "derive", ] default-features = false [dependencies.futures] version = "0.3.30" [dependencies.http] version = "1.0.0" [dependencies.serde] version = "1.0.196" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.113" [dependencies.tokio] version = "1.36.0" features = [ "rt", "macros", "sync", "time", "process", ] [dependencies.tokio-listener] version = "0.3.0" features = [ "axum07", "clap", ] [dependencies.tokio-stream] version = "0.1.14" features = ["sync"] [dependencies.utoipa] version = "4.2.0" features = ["axum_extras"] optional = true