# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "flo_http_ui" version = "0.1.0" authors = ["Andrew Hunter"] include = ["Cargo.toml", "src/**/*", "js/**/*"] description = "HTTP+HTML implementation pipe for flo_ui" license = "Apache-2.0" repository = "https://github.com/Logicalshift/flowbetween" [dependencies.bodyparser] version = "0.8.0" [dependencies.bytes] version = "^0.4" [dependencies.desync] version = "^0.1.2" [dependencies.flo_binding] version = "0.1.0" [dependencies.flo_canvas] version = "0.1.0" [dependencies.flo_ui] version = "0.1.0" [dependencies.futures] version = "^0.1.17" [dependencies.hyper] version = "^0.10.6" [dependencies.iron] version = "0.6" [dependencies.itertools] version = "^0.7.4" [dependencies.mount] version = "0.4.0" [dependencies.percent-encoding] version = "^1.0.1" [dependencies.serde] version = "^1.0.0" [dependencies.serde_derive] version = "^1.0.0" [dependencies.serde_json] version = "^1.0.0" [dependencies.svg] version = "^0.5.6" [dependencies.tokio-core] version = "^0.1" [dependencies.uuid] version = "^0.4" features = ["v4"] [dependencies.websocket] version = "^0.20.2" features = ["async"]