malakal 0.1.1

a day-planning calendar app based on egui
[package]
name = "malakal"
description = "a day-planning calendar app based on egui"
version = "0.1.1"
edition = "2021"
license-file = "LICENSE"
readme = "README.org"
repository = "https://github.com/shouya/malakal"
homepage = "https://github.com/shouya/malakal"
documentation = "https://docs.rs/malakal"
keywords = ["egui", "calendar", "desktop"]
categories = ["gui"]

# optimize dependencies for debug builds
[profile.dev.package."*"]
opt-level = 2

[dependencies]
eframe = "0.16.0"
chrono = "0.4.19"
chrono-tz = "0.6.1"
derive_builder = "0.10.2"
intervaltree = "0.2.7"
uuid = { version = "0.8.2", features = ["v4"] }
# only for ics generation
ics = "0.5.7"
# only for ics parsing
ical = { version = "0.7.0", features = ["ical"] }

# for webdav support (work in progress)
# kitchen-fridge = { git = "https://github.com/shouya/kitchen-fridge.git" }

rusqlite = {version = "0.26.3", features = ["bundled", "chrono"] }
anyhow = { version = "1.0.53", features = ["backtrace"] }
log = "0.4.14"
env_logger = "0.9.0"
regex = "1.5.4"
toml = "0.5.8"
serde_derive = "1.0.136"
serde = "1.0.136"
humantime = "2.1.0"
notify-rust = "4.5.8"
timer = "0.2.0"
sysinfo = "0.24.3"
no_deadlocks = "1.3.0"
serde_with = { version = "1.14.0", features = ["chrono"] }
egui = "0.18.1"
dirs = "4.0.0"