# 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 = "rumpsteak" version = "0.1.0" authors = ["Zak Cutner "] description = "Session types for asynchronous communication between multiple parties." keywords = ["async", "deadlock", "safety", "session", "types"] categories = ["asynchronous", "concurrency"] license = "MIT" repository = "https://github.com/zakcutner/rumpsteak" [lib] bench = false [[bench]] name = "double_buffering" harness = false [[bench]] name = "three_adder" harness = false [dependencies.futures] version = "0.3" [dependencies.rumpsteak-macros] version = "0.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.futures] version = "0.3" features = ["thread-pool"] [dev-dependencies.num-complex] version = "0.3" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.tokio] version = "1.0" features = ["macros", "rt", "time"]