# 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 = "simulation" version = "0.0.2-alpha.0" authors = ["Gardner Vickers "] description = "Framework for deterministic simulation testing.\n" license = "MIT" repository = "https://github.com/gardnervickers/simulation" [dependencies.async-trait] version = "0.1.14" [dependencies.bytes] version = "0.4.12" [dependencies.futures-preview] version = "0.3.0-alpha.19" features = ["async-await"] [dependencies.pin-project] version = "0.4.4" [dependencies.rand] version = "0.7.2" features = ["small_rng"] [dependencies.tokio] version = "0.2.0-alpha.5" features = ["sync"] [dependencies.tokio-executor] version = "0.2.0-alpha.5" [dependencies.tokio-io] version = "0.2.0-alpha.5" [dependencies.tokio-net] version = "0.2.0-alpha.5" [dependencies.tokio-sync] version = "0.2.0-alpha.6" [dependencies.tokio-test] version = "0.2.0-alpha.6" [dependencies.tokio-timer] version = "0.3.0-alpha.6" [dependencies.try-lock] version = "0.2.2" [dev-dependencies.http] version = "0.1.19" [dev-dependencies.hyper] version = "=0.13.0-alpha.4" features = ["unstable-stream"] [dev-dependencies.prost] version = "0.5" [dev-dependencies.tonic] version = "0.1.0-alpha.3" [dev-dependencies.tower] version = "=0.3.0-alpha.2" [dev-dependencies.tower-service] version = "0.2.0"