# 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 = "2018" name = "hl7-mllp-codec" version = "0.4.0" authors = ["wokket "] include = [ "src/*.rs", "Cargo.toml", ] description = "A Tokio codec for HL7 Minimal Lower Layer Message Transport protocol (MLLP)" documentation = "https://docs.rs/hl7-mllp-codec" readme = "README.md" categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/wokket/hl7-mllp-codec" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false [dependencies.bytes] version = "1" [dependencies.log] version = "0.4" [dependencies.tokio-util] version = "0.7.3" features = ["codec"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1.9.0" features = ["full"] [features] noncompliance = []