# 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-syntax" 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_syntax" path = "src/lib.rs" [dependencies.displaydoc] version = "0.2" default-features = false [dependencies.error-stack] version = "0.5" default-features = false [dependencies.prettyplease] version = "0.2" [dependencies.proc-macro2] version = "1" default-features = false [dependencies.protoflow-blocks] version = "=0.4.3" default-features = false [dependencies.protoflow-core] version = "=0.4.3" default-features = false [dependencies.quote] version = "1" default-features = false [dependencies.syn] version = "2" default-features = true [dependencies.sysml-model] version = "=0.2.3" optional = true default-features = false [dependencies.sysml-parser] version = "=0.2.3" features = ["error-stack"] optional = true default-features = false [dependencies.tracing] version = "0.1" optional = true default-features = false [dev-dependencies] [build-dependencies.cfg_aliases] version = "0.2" [features] all = [ "sysml", "tracing", ] default = [ "all", "std", ] std = [ "protoflow-blocks/std", "protoflow-core/std", "sysml-model?/std", "sysml-parser?/std", "tracing?/std", ] sysml = [ "protoflow-blocks/sysml", "protoflow-core/sysml", "dep:sysml-model", "dep:sysml-parser", ] tracing = [ "protoflow-blocks/tracing", "protoflow-core/tracing", "sysml-parser?/tracing", "dep:tracing", ] unstable = [ "protoflow-blocks/unstable", "protoflow-core/unstable", ]