# 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.69" name = "links_blocking" version = "0.2.12" authors = ["Softstream "] description = "Blocking implementation of links_blocking crate" readme = "readme.md" keywords = ["network"] categories = ["network-programming"] license-file = "LICENSE" repository = "https://github.com/softstream-link/links" [[bench]] name = "01_framer_blocking_bench" harness = false [[bench]] name = "02_messender_blocking_bench" harness = false required-features = ["unittest"] [dependencies.bytes] version = "1.4" [dependencies.byteserde] version = "0.6.2" [dependencies.links_core] version = "0.2.12" [dependencies.log] version = "0.4" [dependencies.slab] version = "0.4" [dev-dependencies.byteserde_derive] version = "0.6.2" [dev-dependencies.byteserde_types] version = "0.6.2" [dev-dependencies.criterion] version = "0.5" features = [ "async_tokio", "async_futures", ] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.links_core] version = "0.2.12" features = ["unittest"] [dev-dependencies.num-format] version = "0.4" [dev-dependencies.rand] version = "0.8" [features] blocking = [] default = ["full"] full = [ "unittest", "blocking", ] unittest = []