# 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 = "wiring" version = "0.2.2" authors = ["Louay Kamel"] build = false exclude = [".github/**/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "An async binary serialization framework with channels support" readme = "README.md" keywords = [ "wiring", "async", "serialization", "rpc", ] license-file = "LICENSE" repository = "https://github.com/louaykamel/wiring" [profile.bench] lto = true [profile.release] lto = true [lib] name = "wiring" path = "src/lib.rs" [[bench]] name = "benches" path = "benches/benches.rs" harness = false [dependencies.bencher] version = "0.1.5" [dependencies.criterion] version = "0.5.1" [dependencies.futures] version = "0.3" [dependencies.pin-project] version = "1.1" [dependencies.rand] version = "0.8" [dependencies.simdutf8] version = "0.1.4" [dependencies.tokio] version = "1.37.0" features = [ "sync", "rt", "net", "io-util", "macros", ] [dependencies.tokio-stream] version = "0.1" features = ["sync"] [dependencies.url] version = "2.5" [dependencies.wiring-derive] version = "0.2" [dev-dependencies.rand] version = "0.8" [features] default = [] generic_const_exprs = []