# 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 = "canvas" version = "1.0.1" authors = ["Marek Rogalski "] description = "2D Canvas API that streams all drawing commands to a connected browser." keywords = ["canvas", "2d", "draw", "render", "webcanvas"] categories = ["rendering::graphics-api", "gui", "web-programming::websocket", "visualization", "api-bindings"] license = "Apache-2.0" repository = "https://github.com/mafik/canvas" [dependencies.futures] version = "0.1" [dependencies.hyper] version = "0.11" [dependencies.websocket] version = "0.20" [badges.is-it-maintained-open-issues] repository = "mafik/canvas" [badges.travis-ci] repository = "mafik/canvas" [badges.appveyor] repository = "mafik/canvas" [badges.is-it-maintained-issue-resolution] repository = "mafik/canvas" [badges.coveralls] repository = "mafik/canvas"