# 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" rust-version = "1.66" name = "notnow" version = "0.3.9" authors = ["Daniel Mueller "] build = "build.rs" include = [ "build.rs", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ A terminal based task and TODO management software. """ homepage = "https://github.com/d-e-s-o/notnow" readme = "README.md" keywords = [ "icalendar", "ics", "planner", "todo", "tui", ] categories = [ "command-line-utilities", "encoding", "filesystem", "database-implementations", "text-processing", ] license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/notnow.git" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 2 incremental = false [lib] name = "notnow" path = "src/lib.rs" [[bin]] name = "notnow" path = "src/main.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.async-trait] version = "0.1.41" [dependencies.clap] version = "4.1" features = [ "derive", "help", "std", "suggestions", "usage", ] default-features = false [dependencies.coredump] version = "0.1.1" optional = true [dependencies.dirs] version = "5.0" [dependencies.gui] version = "0.6.1" features = ["derive"] [dependencies.icalendar] version = "0.16.5" features = ["parser"] default-features = false [dependencies.libc] version = "0.2" [dependencies.rbuf] version = "0.1.3" [dependencies.rline] version = "0.3" optional = true [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.termion] version = "4.0" [dependencies.tokio] version = "1.8" features = [ "fs", "io-util", "macros", "rt", ] default-features = false [dependencies.unicode-segmentation] version = "1.10" [dependencies.unicode-width] version = "0.1.11" [dependencies.uuid] version = "1.2" features = [ "serde", "v4", ] default-features = false [dev-dependencies.gaps] version = "0.3.1" [dev-dependencies.tempfile] version = "3.3" [build-dependencies.anyhow] version = "1.0.66" [build-dependencies.grev] version = "0.1.3" [features] coredump = ["dep:coredump"] default = [] nightly = [] readline = ["dep:rline"] test = []