[package] name = "ffxii-tza-auto-notes" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" clipboard = "0.5" druid = { git = "https://github.com/linebender/druid.git", rev = "fc05e965c85fced8720c655685e02478e0530e94", features = ["im", "serde"] } druid-widget-nursery = { git = "https://github.com/linebender/druid-widget-nursery" } itertools = "0.10" image = "0.24" lazy_static = "1" maplit = "1" num-format = "0.4" parking_lot = "0.12" process_list = "0.2" pulldown-cmark = "0.9" #rfd = "0.6" serde = { version = "1", features = ["derive"] } serde_yaml = "0.8" sysinfo = "0.23" vmemory = "0.1"