# 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 = "hubrt" version = "0.1.2" authors = ["Serhij S. "] description = "sync/async data hub" readme = "README.md" license = "Apache-2.0" [package.metadata.docs.rs] features = [ "sync", "async", ] [package.metadata.playground] features = [ "sync", "async", ] [lib] name = "hubrt" path = "src/lib.rs" [dependencies.async-channel] version = "2.2.0" optional = true [dependencies.crossbeam] version = "0.8.4" optional = true [dependencies.parking_lot] version = "0.12.1" [dependencies.tokio] version = "1.36.0" features = [ "rt", "time", ] optional = true [dependencies.tracing] version = "0.1.40" [features] async = [ "tokio", "async-channel", ] default = ["sync"] sync = ["crossbeam"]