# 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 = "lnwasi" version = "0.0.3" authors = ["Wongyu Lee "] description = "Netlink Library for Web Assembly" documentation = "https://docs.rs/lnwasi" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/21kyu/lnwasi" [[bench]] name = "netlink-bench" path = "benches/bench.rs" harness = false [dependencies.anyhow] version = "1.0.68" [dependencies.bincode] version = "1.3.3" [dependencies.ipnet] version = "2.7.0" features = ["serde"] [dependencies.libc] version = "0.2.139" [dependencies.nix] version = "0.26.2" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_bytes] version = "0.11.8" [dev-dependencies.bencher] version = "0.1.5"