# 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 = "englog" version = "0.1.3" default-run = "englog" description = "Keep a work log as a software developer for looking back on during yearly reviews etc." readme = "README.md" license = "MIT" [[bin]] name = "seed" path = "src/bin/seed.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.clap] version = "4.4.10" features = ["derive"] [dependencies.confy] version = "0.5.1" [dependencies.crossterm] version = "0.27.0" features = ["event-stream"] [dependencies.dirs-next] version = "2.0.0" [dependencies.futures] version = "0.3.29" [dependencies.postcard] version = "1.0.7" features = ["alloc"] [dependencies.ratatui] version = "0.25.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0.193" [dependencies.tokio] version = "1.34.0" features = [ "rt", "macros", "rt-multi-thread", "sync", "time", ] [dependencies.tokio-util] version = "0.7.10" [dependencies.tui-textarea] version = "0.4.0"