# 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 = "houserat" version = "0.4.0" authors = ["Dror Levin "] description = "Notifies when known devices connect to the network" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/drrlvn/houserat/" [profile.release] lto = true [dependencies.c-ares-resolver] version = "6.1.0" [dependencies.chrono] version = "0.4.9" [dependencies.crossbeam-channel] version = "0.3.9" [dependencies.humantime-serde] version = "0.1.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.62" [dependencies.pcap] version = "0.7.0" [dependencies.pnet] version = "0.22.0" features = ["serde"] [dependencies.reqwest] version = "0.9.20" [dependencies.serde] version = "1.0.100" features = ["derive"] [dependencies.snafu] version = "0.5.0" [dependencies.socket2] version = "0.3.11" [dependencies.structopt] version = "0.3.1" [dependencies.toml] version = "0.5.3" [dependencies.url] version = "1.7.2"