# 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.71.1" name = "aldrin-broker" version = "0.10.0" authors = ["Aldrin Contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Broker library of Aldrin, a message bus for service-oriented RPC and interprocess communication. """ readme = "README.md" keywords = [ "async", "network", "rpc", "service", ] categories = [ "asynchronous", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dennis-hamester/aldrin" [package.metadata.docs.rs] all-features = true [package.metadata.playground] all-features = true [lib] name = "aldrin_broker" path = "src/lib.rs" [dependencies.aldrin-core] version = "0.10.0" features = ["new-v4-ids"] default-features = false [dependencies.futures-channel] version = "0.3.31" features = [ "sink", "std", ] default-features = false [dependencies.futures-core] version = "0.3.31" default-features = false [dependencies.futures-util] version = "0.3.31" features = ["sink"] default-features = false [dependencies.rand] version = "0.8.5" features = [ "std", "std_rng", ] optional = true default-features = false [dependencies.thiserror] version = "1.0.50" default-features = false [dev-dependencies.anyhow] version = "1.0.75" features = ["std"] default-features = false [dev-dependencies.tokio] version = "1.34.0" features = [ "macros", "net", "rt-multi-thread", "time", ] default-features = false [features] channel = ["aldrin-core/channel"] introspection = [ "aldrin-core/introspection", "dep:rand", ] serde = ["aldrin-core/serde"] statistics = [] tokio = ["aldrin-core/tokio"] [lints.clippy] incompatible_msrv = "deny" use_self = "deny" [lints.rust] unsafe_op_in_unsafe_fn = "deny" [lints.rustdoc] broken_intra_doc_links = "deny"