[package] name = "organic" version = "0.1.0" edition = "2024" [dependencies] clap = { version = "4.5.20", features = ["derive"] } miette = { version = "7.2.0", features = ["fancy"] } pretty_assertions = "1.4.1" serde = { version = "1.0.213", features = ["derive"] } tracing = "0.1.40" tracing-log = "0.2.0" tracing-subscriber = { version = "0.3.18", features = ["fmt", "std", "chrono", "time", "local-time", "env-filter"] } orgize = { git="https://git.tfcconnection.org/chris/orgize", branch = "v0.11", features = ["chrono", "indexmap", "tracing"] } steel-core = { git="https://github.com/mattwparas/steel.git", branch = "master" } chrono = "0.4.44" notify-debouncer-full = "0.7.0" walkdir = "2.5.0" jetscii = "0.5.3" lazy_static = "1.5.0" rowan = "0.16.1" slugify = "0.1.0" rayon = "1.11.0"