# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "phlow-server" version = "2.0.1" authors = ["feenk gmbh "] description = "Provides Phlow HTTP/REST API to inspect running systems" keywords = [ "phlow", "meta", "rest", ] license = "MIT" repository = "https://github.com/feenkcom/phlow-rs/tree/main/phlow-server" [dependencies.parking_lot] version = "0.12" [dependencies.phlow] version = "2" features = [ "view-specification", "object-id", ] [dependencies.phlow-extensions] version = "2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.urlencoding] version = "2.1" [dependencies.uuid] version = "1.5" [dependencies.warp] version = "0.3"