# 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 = "pelikan-net" version = "0.4.1" authors = ["Brian Martin "] description = "Pelikan project's networking abstractions for non-blocking event loops" homepage = "https://pelikan.io" license = "Apache-2.0" repository = "https://github.com/pelikan-io/pelikan" [dependencies.boring] version = "3.1.0" optional = true [dependencies.boring-sys] version = "3.1.0" optional = true [dependencies.foreign-types-shared_01] version = "0.1.1" package = "foreign-types-shared" [dependencies.foreign-types-shared_03] version = "0.3.1" package = "foreign-types-shared" [dependencies.libc] version = "0.2.149" [dependencies.metriken] version = "0.7.0" optional = true [dependencies.mio] version = "0.8.11" features = [ "os-poll", "net", ] [dependencies.openssl] version = "0.10.66" optional = true [dependencies.openssl-sys] version = "0.9.103" optional = true [features] boringssl = [ "boring", "boring-sys", ] metrics = ["metriken"] openssl = [ "dep:openssl", "openssl-sys", "openssl/vendored", ]