[package] name = "phlow-server" version = "2.0.1" authors = ["feenk gmbh "] repository = "https://github.com/feenkcom/phlow-rs/tree/main/phlow-server" edition = "2021" license = "MIT" keywords = ["phlow","meta", "rest"] description = "Provides Phlow HTTP/REST API to inspect running systems" [dependencies] phlow = { version = "2", features = [ "view-specification", "object-id" ] } phlow-extensions = { version = "2", path = "../phlow-extensions" } warp = { version = "0.3" } tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } parking_lot = "0.12" uuid = "1.5" urlencoding = "2.1"