# 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 = "cozal" version = "0.0.2" authors = ["Mason Boeman "] description = "deterministic game event pipeline with isolated configurable components" license = "MIT" repository = "https://github.com/maboesanman/cozal.git" [dependencies.async-trait] version = "0.1.40" [dependencies.flume] version = "0.7.2" [dependencies.futures] version = "0.3.5" [dependencies.im] version = "15.0.0" [dependencies.pin-project] version = "0.4.23" [dependencies.take_mut] version = "0.2.2" [dependencies.tokio] version = "0.2.21" features = ["time"] optional = true [dependencies.winit] version = "0.22.2" optional = true [dev-dependencies.matches] version = "0.1.8" [features] realtime = ["tokio"] window = ["winit"]