[package] name = "multihook" version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] warp = "0.3.1" thiserror = "1.0.26" config = "0.11.0" lazy_static = "1.4.0" dirs = "3.0.2" toml = "0.5.8" glob = "0.3.0" log = "0.4.14" colored = "2.0.0" chrono = "0.4.19" fern = "0.6.0" serde_json = "1.0.66" jsonpath = "0.1.1" regex = "1.5.4" [dependencies.serde] version = "1.0.127" features = ["derive"] [dependencies.tokio] version = "1.9.0" features = ["macros", "rt-multi-thread", "process"]