[package] name = "ectoplasm" version = "0.1.0" description = "Library to draw on https://ghost.life" repository = "https://github.com/koan-labs/ectoplasm" authors = ["Mate Kovacs "] edition = "2018" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = "0.3.12" tokio = { version = "1.2.0", features = ["macros", "rt-multi-thread", "sync", "time"] } tokio-native-tls = "0.3.0" tokio-tungstenite = { version = "0.13.0", features = ["tls"] } triggered = "0.1.1" url = "2.2.0" # Needed by the examples [dev-dependencies] num-complex = { version = "0.3.1", features = ["rand"] } rand = "0.7.0" unifont = "0.1.0"