# 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 = "erbium-net" version = "1.0.5" authors = ["Perry Lorier "] description = "Network services for small/home networks - Low level networking abstractions" license = "Apache-2.0" [dependencies.bytes] version = ">=1.2" [dependencies.futures] version = "0.3.8" [dependencies.log] version = "0.4" [dependencies.mio] version = "0.8" features = [ "net", "os-poll", ] [dependencies.netlink-packet-core] version = ">=0.4, <=0.5" [dependencies.netlink-packet-route] version = ">=0.12, <=0.15" [dependencies.netlink-sys] version = "0.8" features = ["tokio_socket"] [dependencies.nix] version = "0.26" features = ["net"] [dependencies.tokio] version = "1.8.4" features = ["full"]