# 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 = "iptrap" version = "1.0.7" authors = ["Frank Denis "] description = "A fast, stateless TCP sinkhole" homepage = "https://github.com/jedisct1/iptrap" readme = "README.md" categories = ["command-line-utilities"] license = "ISC" repository = "https://github.com/jedisct1/iptrap" [profile.release] codegen-units = 1 panic = "abort" incremental = false [lib] name = "iptrap" path = "src/lib.rs" [dependencies.coarsetime] version = "0.1" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.0" [dependencies.rustc-serialize] version = "0.3" [dependencies.siphasher] version = "0.3" [dependencies.zmq] version = "0.9"