# 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" name = "libsync" version = "0.1.0" description = "A library containing channels and other synchronisation object implementations." homepage = "https://coruscateor.com/projects/libsync" readme = "README.md" keywords = [ "synchronisation", "synchronization", "async", "channel", "channels", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/coruscateor/libsync" [dependencies.crossbeam] version = "0.8.*" optional = true [dependencies.delegate] version = "0.*" [dependencies.futures] version = "0.3.*" [dependencies.tokio] version = "1.*" features = [ "sync", "time", ] optional = true [features] count_waiting_senders_and_receivers = [] std = []