# 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] name = "offwall" version = "1.1.0" authors = ["Bastian Germann"] description = "A simple, CSV-reading OpenFlow controller dedicated to firewall bypassing" documentation = "https://docs.rs/crate/offwall" readme = "README.md" license = "X11" repository = "https://github.com/bgermann/offwall" [dependencies.byteorder] version = "1.1" [dependencies.clap] version = "2" default-features = false [dependencies.ipnetwork] version = "0.14" [dependencies.log] version = "0.4" [dependencies.notify] version = "4.0" [dependencies.rand] version = "0.6" [dependencies.rust-ini] version = "0.13" [dependencies.simple_logger] version = "1.0" [dependencies.tls-api] version = "0.1" [dependencies.tls-api-openssl] version = "0.1" optional = true [features] tls = ["tls-api-openssl"] [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.log-panics] version = "2.0" [target."cfg(unix)".dependencies.syslog] version = "4.0"