notnow 0.3.10

A terminal based task and TODO management software.
Documentation
[[bin]]
name = "notnow"
path = "src/main.rs"

[build-dependencies.anyhow]
version = "1.0.66"

[build-dependencies.grev]
version = "0.1.3"

[dependencies.anyhow]
version = "1.0.66"

[dependencies.async-trait]
version = "0.1.41"

[dependencies.clap]
default-features = false
features = ["derive", "help", "std", "suggestions", "usage"]
version = "4.1"

[dependencies.coredump]
optional = true
version = "0.1.1"

[dependencies.dirs]
version = "6.0"

[dependencies.gui]
features = ["derive"]
version = "0.6.3"

[dependencies.icalendar]
default-features = false
features = ["parser"]
version = "0.16.5"

[dependencies.libc]
version = "0.2"

[dependencies.rbuf]
version = "0.1.3"

[dependencies.rline]
optional = true
version = "0.3.2"

[dependencies.serde]
features = ["derive"]
version = "1.0.103"

[dependencies.serde_json]
version = "1.0"

[dependencies.termion]
version = "4.0"

[dependencies.tokio]
default-features = false
features = ["fs", "io-util", "macros", "rt"]
version = "1.8"

[dependencies.unicode-segmentation]
version = "1.10"

[dependencies.unicode-width]
version = "0.2.0"

[dependencies.uuid]
default-features = false
features = ["serde", "v4"]
version = "1.2"

[dev-dependencies.gaps]
version = "0.3.1"

[dev-dependencies.tempfile]
version = "3.3"

[features]
coredump = ["dep:coredump"]
default = []
nightly = []
readline = ["dep:rline"]
test = []

[lib]
name = "notnow"
path = "src/lib.rs"

[lints.clippy]
absolute-paths = "warn"
allow-attributes = "warn"
clone-on-ref-ptr = "warn"
collapsible-else-if = "allow"
collapsible-if = "allow"
dbg-macro = "warn"
derive-partial-eq-without-eq = "warn"
doc-markdown = "warn"
join-absolute-paths = "warn"
large-enum-variant = "warn"
let-and-return = "allow"
let-unit-value = "allow"
module-inception = "allow"
redundant-closure-for-method-calls = "warn"
unchecked-duration-subtraction = "warn"
uninlined-format-args = "warn"

[lints.rust]
deprecated-safe = "warn"
future-incompatible = "warn"
keyword-idents = "warn"
let-underscore = "warn"
missing-copy-implementations = "warn"
missing-debug-implementations = "warn"
missing-docs = "warn"
trivial-numeric-casts = "warn"
unused = "warn"

[package]
authors = ["Daniel Mueller <deso@posteo.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "encoding", "filesystem", "database-implementations", "text-processing"]
description = """
A terminal based task and TODO management software.
"""
edition = "2021"
homepage = "https://github.com/d-e-s-o/notnow"
include = ["build.rs", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["icalendar", "ics", "planner", "todo", "tui"]
license = "GPL-3.0-or-later"
name = "notnow"
readme = "README.md"
repository = "https://github.com/d-e-s-o/notnow.git"
rust-version = "1.81"
version = "0.3.10"

[profile.release]
codegen-units = 1
debug = 2
incremental = false
lto = true
opt-level = "z"