# 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 = "orchestra" version = "0.4.0" authors = ["Parity Technologies "] autoexamples = false description = "Generate an orchestra of subsystems from a single struct." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/paritytech/orchestra" [[example]] name = "duo" crate-type = ["bin"] [[example]] name = "dig" crate-type = ["bin"] [[example]] name = "backpressure" crate-type = ["bin"] [[bench]] name = "bench_main" harness = false [dependencies.async-trait] version = "0.1" [dependencies.dyn-clonable] version = "0.9" [dependencies.futures] version = "0.3" [dependencies.futures-timer] version = "3.0.2" [dependencies.metered] version = "0.6.1" default-features = false package = "prioritized-metered-channel" [dependencies.orchestra-proc-macro] version = "0.4.0" [dependencies.pin-project] version = "1.0" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1.35" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.env_logger] version = "0.10.1" [dev-dependencies.futures] version = "0.3" features = ["thread-pool"] [dev-dependencies.futures-time] version = "3.0.0" [dev-dependencies.log] version = "0.4.20" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rustversion] version = "1.0.6" [dev-dependencies.trybuild] version = "1.0.61" [features] async_channel = ["metered/async_channel"] default = [ "deny_unconsumed_messages", "deny_unsent_messages", "async_channel", ] deny_unconsumed_messages = ["orchestra-proc-macro/deny_unconsumed_messages"] deny_unsent_messages = ["orchestra-proc-macro/deny_unsent_messages"] dotgraph = ["orchestra-proc-macro/dotgraph"] expand = ["orchestra-proc-macro/expand"] futures_channel = ["metered/futures_channel"]