# 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 = "ktls-recvmsg" version = "0.2.0" description = "Bits of the nix crate, extracted to be able to call recvmsg for ktls purposes" readme = "README.md" license = "MIT" repository = "https://github.com/bearcove/ktls-recvmsg" [dependencies.libc] version = "0.2.153" features = [ "const-extern-fn", "extra_traits", ] [dependencies.nix] version = "0.28.0" features = [ "socket", "uio", "net", ] default-features = false