# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dijo" version = "0.2.7" authors = ["Akshay "] description = "Scriptable, curses-based, digital habit tracker" homepage = "https://github.com/nerdypepper/dijo" readme = "./readme.md" keywords = ["tracker", "event-tracker", "tui", "journal"] categories = ["date-and-time", "command-line-interface"] license = "MIT" repository = "https://github.com/nerdypepper/dijo" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "2.33" [dependencies.cursive] version = "0.16" default-features = false [dependencies.directories] version = "3.0.1" [dependencies.erased-serde] version = "0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.notify] version = "4.0" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.syn] version = "=1.0.57" [dependencies.toml] version = "0.5.6" [dependencies.typetag] version = "0.1.4" [features] crossterm-backend = ["cursive/crossterm-backend"] default = ["termion-backend"] termion-backend = ["cursive/termion-backend"]