# 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] edition = "2018" name = "ectoplasm" version = "0.1.0" authors = ["Mate Kovacs "] description = "Library to draw on https://ghost.life" license = "MIT" repository = "https://github.com/koan-labs/ectoplasm" [dependencies.futures] version = "0.3.12" [dependencies.tokio] version = "1.2.0" features = ["macros", "rt-multi-thread", "sync", "time"] [dependencies.tokio-native-tls] version = "0.3.0" [dependencies.tokio-tungstenite] version = "0.13.0" features = ["tls"] [dependencies.triggered] version = "0.1.1" [dependencies.url] version = "2.2.0" [dev-dependencies.num-complex] version = "0.3.1" features = ["rand"] [dev-dependencies.rand] version = "0.7.0" [dev-dependencies.unifont] version = "0.1.0"