# 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 = "diffding" version = "0.2.5" authors = ["Trevor Coleman "] description = "Gentle reminders to commit when inserts/deletes cross a threshold" readme = "README.md" license = "CC-BY-ND-4.0" repository = "https://github.com/trevor-coleman/diffding" [dependencies.cfonts] version = "1.1.0" [dependencies.chrono] version = "0.4.0" [dependencies.config] version = "0.13.2" [dependencies.crossterm] version = "0.25.0" features = [ "event-stream", "serde", ] [dependencies.futures] version = "0.3" [dependencies.futures-timer] version = "3.0" [dependencies.regex] version = "1.7.0" [dependencies.rgb2ansi256] version = "0.1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0.148" [dependencies.signal-hook] version = "0.3.1" [dependencies.signal-hook-tokio] version = "0.3.1" features = ["futures-v0_3"] [dependencies.soloud] version = "1" [dependencies.timer] version = "0.2.0" [dependencies.tokio] version = "1.16" features = ["full"] [dependencies.tokio-util] version = "0.6.9" [dependencies.tui] version = "0.19.0"