todo2 0.1.1

An enhanced todo macro inspired by todo_or_die
Documentation
[dependencies.chrono]
optional = true
version = "0.4.30"

[dependencies.proc-macro2]
version = "1.0.67"

[dependencies.quote]
features = ["proc-macro"]
version = "1.0.33"

[dependencies.time]
optional = true
version = "0.3.28"

[features]
am-cool = []
and-time = []
chrono-backend = ["chrono", "and-time"]
compile-error = []
default = ["original-compatibility", "strict-syntax", "and-time", "time-backend"]
log = []
original-compatibility = []
strict = ["original-compatibility", "compile-error"]
strict-syntax = []
time-backend = ["time", "and-time"]
with-chrono = ["chrono", "and-time"]
with-time = ["time", "and-time"]

[lib]
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Anas Elgarhy <anas.elgarhy.dev@gmail.com>"]
categories = ["development-tools", "macros"]
description = "An enhanced todo macro inspired by todo_or_die"
documentation = "https://docs.rs/todo2"
edition = "2021"
keywords = ["todo", "todo-or-die"]
license = "MIT OR Unlicense"
name = "todo2"
readme = "README.md"
repository = "https://github.com/0x61nas/todo2"
version = "0.1.1"