# 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.70" name = "protoflow-crossbeam" version = "0.4.3" authors = ["Arto Bendiken"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Protoflow implements flow-based programming (FBP) for Rust using Protocol Buffers messages." homepage = "https://protoflow.rs" readme = "README.md" keywords = [ "protoflow", "protobuf", "flow", "fbp", ] categories = [ "concurrency", "network-programming", "no-std", ] license = "Unlicense" repository = "https://github.com/AsimovPlatform/protoflow" [lib] name = "protoflow_crossbeam" path = "src/lib.rs" [dependencies.crossbeam] version = "0.8" default-features = false [dependencies.protoflow-core] version = "=0.4.3" default-features = false [dependencies.tracing] version = "0.1" optional = true default-features = false [dev-dependencies] [build-dependencies.cfg_aliases] version = "0.2" [features] all = ["tracing"] default = [ "all", "std", ] std = [ "crossbeam/std", "protoflow-core/std", "tracing?/std", ] tracing = [ "protoflow-core/tracing", "dep:tracing", ] unstable = ["protoflow-core/unstable"]