notation 1.1.0

a terminal-based hierarchal note-taking app
[[bin]]
name = "notation"
path = "src/main.rs"

[dependencies.btleplug]
optional = true
version = "0.11.8"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.fontdue]
features = ["std"]
optional = true
version = "0.9.3"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.ron]
version = "0.10.1"

[dependencies.rustpython]
optional = true
version = "0.4.0"

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

[dependencies.smol]
optional = true
version = "2.0.2"

[dependencies.time]
features = ["formatting", "local-offset", "serde"]
version = "0.3.41"

[dependencies.uuid]
optional = true
version = "1.18.0"

[features]
async = ["dep:smol"]
cat_printer = ["dep:btleplug", "dep:uuid", "async", "fonts"]
default = ["cat_printer"]
fonts = ["dep:fontdue"]

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "a terminal-based hierarchal note-taking app"
edition = "2024"
exclude = ["docs/*"]
homepage = "https://github.com/Aversefun/notation"
keywords = ["todo", "notetaking", "productivity"]
license-file = "LICENSE"
name = "notation"
readme = "README.md"
repository = "https://github.com/Aversefun/notation"
version = "1.1.0"