# 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 = "blather" version = "0.11.0" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "bacon.toml", "rustfmt.toml", "www", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A talkative line-based protocol" readme = "README.md" keywords = [ "line-based", "protocol", "tokio", "codec", ] categories = ["network-programming"] license = "0BSD" repository = "https://repos.qrnch.tech/pub/blather" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] [lib] name = "blather" path = "src/lib.rs" [[test]] name = "conn_telegram" path = "tests/conn_telegram.rs" [[test]] name = "params" path = "tests/params.rs" [[test]] name = "params_strvec" path = "tests/params_strvec.rs" [[test]] name = "telegram" path = "tests/telegram.rs" [[test]] name = "tg_to_expect" path = "tests/tg_to_expect.rs" [dependencies.bytes] version = "1.7.2" [dependencies.futures] version = "0.3.30" [dependencies.tokio] version = "1.40.0" [dependencies.tokio-stream] version = "0.1.16" [dependencies.tokio-util] version = "0.7.12" features = ["codec"] [dev-dependencies.tokio] version = "1.40.0" features = [ "macros", "net", ] [dev-dependencies.tokio-test] version = "0.4.4" [badges.maintenance] status = "actively-developed" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1