# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.60" name = "sea-streamer-runtime" version = "0.5.0" authors = ["Chris Tsang "] description = "🌊 SeaStreamer async runtime abstraction" documentation = "https://docs.rs/sea-streamer-runtime" readme = "README.md" keywords = [ "async", "async-std", "tokio", ] categories = ["concurrency"] license = "MIT OR Apache-2.0" repository = "https://github.com/SeaQL/sea-streamer" [package.metadata.docs.rs] features = [] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-std] version = "1.12" optional = true [dependencies.futures] version = "0.3" default-features = false [dependencies.tokio] version = "1.10" features = [ "time", "sync", "rt", ] optional = true [dev-dependencies] [features] file = [ "tokio?/fs", "tokio?/io-util", ] runtime-async-std = ["async-std"] runtime-tokio = ["tokio"]