# 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 = "net-transport" version = "0.1.1" description = "This crate defines core traits and structures for the communication between microservices in the net-stalker project." readme = "README.md" license = "Apache-2.0" resolver = "1" [dependencies.async-trait] version = "0.1.74" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.17" [dependencies.quinn] version = "0.10.2" [dependencies.rcgen] version = "0.11.3" [dependencies.rustls] version = "0.21.0" features = [ "quic", "dangerous_configuration", ] default-features = false [dependencies.rustls-pemfile] version = "2.0.0" [dependencies.rustls-pki-types] version = "1.0.1" [dependencies.threadpool] version = "1.8.1" [dependencies.tokio] version = "1.28.1" features = [ "rt", "rt-multi-thread", "time", "macros", "sync", ] [dependencies.x509-parser] version = "0.15.1" [dependencies.zmq] version = "0.10.0" [dev-dependencies.serial_test] version = "3.0.0" [features] quinn = [] zmq = []