# 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 = "jourst" version = "0.8.0" authors = ["Yalın Pala "] description = "Simple command line todo tool" homepage = "https://github.com/yplog/jourst" readme = "README.md" keywords = [ "todo", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/yplog/jourst" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.3.8" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.diesel] version = "2.0" features = [ "sqlite", "chrono", ] [dependencies.diesel_migrations] version = "2.1.0" features = ["sqlite"] [dependencies.dotenv] version = "0.15.0" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.99" [dev-dependencies.assert_cmd] version = "2.0.11" [dev-dependencies.predicates] version = "3.0.3"