# 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-test" version = "0.10.0" authors = ["Aldrin Contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for Aldrin server and client tests." readme = false 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_test" path = "src/lib.rs" [dependencies.aldrin] version = "0.10.0" default-features = false [dependencies.aldrin-broker] version = "0.10.0" default-features = false [dependencies.aldrin-core] version = "0.10.0" features = ["channel"] default-features = false [dependencies.futures-util] version = "0.3.31" default-features = false [dependencies.tokio] version = "1.34.0" features = ["rt"] optional = true default-features = false [dev-dependencies.anyhow] version = "1.0.75" features = ["std"] default-features = false [dev-dependencies.tokio] version = "1.34.0" features = [ "macros", "rt-multi-thread", "time", ] default-features = false [features] tokio = ["dep:tokio"] [lints.clippy] incompatible_msrv = "deny" use_self = "deny" [lints.rust] unsafe_op_in_unsafe_fn = "deny" [lints.rustdoc] broken_intra_doc_links = "deny"