# 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 = "networkdirect" version = "0.1.2" authors = ["nitroxis"] description = "Microsoft NetworkDirect wrapper" readme = "README.md" keywords = [ "windows", "networkdirect", "rdma", "bindings", "ffi", ] license = "MIT" repository = "https://gitlab.com/nitroxis/networkdirect-rs" [dependencies.bitflags] version = "2.4.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.networkdirect-sys] version = "0.1.2" [dependencies.thiserror] version = "1.0.56" [dependencies.tracing] version = "0.1.40" optional = true [dependencies.windows] version = "0.52.0" features = [ "Win32_Foundation", "Win32_System_IO", "Win32_Networking_WinSock", "Win32_System_Threading", "Win32_System_Environment", "Win32_System_LibraryLoader", "Win32_Security", ] [features] default = [] tracing = ["dep:tracing"]