# 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 = "narrowlink-custom-dependencies" version = "0.0.1" authors = ["Various"] description = "This crate provides temporary indexing for customized Rust libraries to be used in Narrowlink" readme = "README.md" license = "MIT" repository = "https://github.com/narrowlink/narrowlink-custom-dependencies" [dependencies.async-stream] version = "0.3.5" [dependencies.futures] version = "0.3.29" [dependencies.tokio] version = "1" features = [ "macros", "rt", "fs", "io-util", "sync", ] [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread"] [build-dependencies.bindgen] version = "0.69.1" [target."cfg(target_os = \"linux\")".dependencies.netlink-packet-core] version = "0.7.0" [target."cfg(target_os = \"linux\")".dependencies.netlink-packet-route] version = "0.17.1" [target."cfg(target_os = \"linux\")".dependencies.netlink-sys] version = "0.8.5" [target."cfg(target_os = \"linux\")".dependencies.rtnetlink] version = "0.13.1" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.9" features = [ "netioapi", "winerror", "ws2def", "ifdef", ]