# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ethox" version = "0.0.2" authors = ["Andreas Molzer "] description = "A standalone network stack for user-space networking and unikernels" documentation = "https://docs.rs/ethox" keywords = ["network", "ethernet", "tcp"] categories = ["network-programming", "no-std"] license = "AGPL-3.0-only" repository = "https://github.com/HeroicKatora/ethox" [[example]] name = "debug_tap" required-features = ["alloc", "sys", "std"] [[example]] name = "ping_tap" required-features = ["alloc", "sys", "std"] [[example]] name = "arp_tap" required-features = ["alloc", "sys", "std"] [[example]] name = "curl" required-features = ["alloc", "sys", "std"] [dependencies.byteorder] version = "1.0" default-features = false [dependencies.libc] version = "0.2" optional = true default-features = false [dev-dependencies.structopt] version = "0.2" default-features = false [features] alloc = [] default = ["alloc"] std = ["alloc"] sys = ["libc"] [badges.cirrus-ci] repository = "https://github.com/HeroicKatora/ethox" [badges.maintenance] status = "passively-maintained"