# 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 = "acton" version = "0.1.1" authors = ["Simon Rho "] description = "A Rust API for ethernet over udp networking server and client implmentation." documentation = "https://docs.rs/acton/0.1.0/acton/" readme = "README.md" keywords = ["networking", "ethernet", "tunnel", "ip", "vpn"] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/simonrho/acton" resolver = "2" [dependencies.bytes] version = "1.1.0" [dependencies.ctrlc] version = "3.2.1" [dependencies.env_logger] version = "0.9" [dependencies.eui48] version = "1.0.1" [dependencies.hex] version = "0.4.3" [dependencies.ipaddress] version = "0.1.2" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.netlink-packet-route] version = "0.10.0" [dependencies.nom] version = "7.1.0" [dependencies.pnet] version = "0.29.0" [dependencies.rtnetlink] version = "0.9.0" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1.14.0" features = ["full"] [dependencies.tokio-test] version = "0.4.2" [dev-dependencies.futures] version = "0.3"