# 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 = "tasks-todo" version = "0.1.6" description = "Simple utility to manage stuff you are doing" homepage = "https://github.com/Dr-42/task-scheduler" readme = "README.md" license = "BSD-2-Clause" repository = "https://github.com/Dr-42/task-scheduler" [dependencies.async-fs] version = "2.1.0" [dependencies.axum] version = "0.6.20" features = ["headers"] [dependencies.axum-macros] version = "0.3.8" [dependencies.base64] version = "0.21.5" [dependencies.image] version = "0.24.7" [dependencies.markdown] version = "1.0.0-alpha.15" [dependencies.serde] version = "1.0.108" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.34.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tower] version = "0.4.4" [dependencies.tower-http] version = "0.4.4" features = ["cors"]