[package] name = "bog" version = "0.1.0" edition = "2024" build = "build.rs" [dependencies] chrono = { version = "0.4", features = ["serde"] } maud = { version = "0.27", features = ["poem"] } poem = { version = "3", features = ["static-files", "chrono", "cookie"] } rusqlite = { version = "0.37.0", features = ["chrono", "bundled"] } rusqlite_migration = "2.3.0" serde = "1" tokio = { version = "1", features = ["macros", "rt-multi-thread", "process"] } atom_syndication = "0.12" serde_json = "1.0.145" log = "0.4.28" env_logger = "0.11.8" typst = "0.13.0" typst-render = "0.13.0" typst-as-lib = { version = "0.14.0", features = ["typst-kit-fonts"] } derive_typst_intoval = "0.5.0" autumnus = { version = "0.7", features = ["all-languages"]} makup = { git = "https://tangled.org/j0.lol/makup", version = "0.1.0" } rand = "0.9" [build-dependencies] vergen-git2 = { version = "1", features = ["build", "cargo", "rustc", "si"] } rand = "0.9"