# 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 = "demikernel-xdp-bindings" version = "1.0.0" authors = ["Microsoft Corporation"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust Bindings for XDP" homepage = "https://aka.ms/demikernel" readme = "README.md" license = "MIT" repository = "https://github.com/demikernel/demikernel" [profile.dev] opt-level = 0 lto = "off" codegen-units = 256 debug = 2 debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false [lib] name = "demikernel_xdp_bindings" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.windows] version = "0.57.0" features = [ "Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_Threading", ] [build-dependencies.anyhow] version = "1.0.86" [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cc] version = "1.1.10"