[package] name = "write-only-journal" version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.41" chrono = { version = "0.4.19", features = ["serde"] } hotwatch = "0.4.5" log = "0.4.14" mime_guess = "2.0.3" notify = "5.0.0-pre.10" once_cell = "1.8.0" pretty_env_logger = "0.4.0" rand = "0.8.4" serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.64" tera = "1.11.0" tokio = { version = "1.7.1", features = ["full"] } warp = "0.3.1" [features] hotreload = []