# 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 = "bernard" version = "0.1.0" authors = ["Max Wittig"] description = "Presence detection in your network, written in Rust" homepage = "https://github.com/max-wittig/bernard" readme = "README.md" keywords = ["Nmap", "nmap-parser", "homeassistent", "automation"] license = "MIT" repository = "https://github.com/max-wittig/bernard.git" [dependencies.eui48] version = "^0.3.2" [dependencies.log] version = "^0.4.5" [dependencies.prometheus] version = "^0.4.2" [dependencies.serde] version = "^1.0.79" [dependencies.serde_derive] version = "^1.0.79" [dependencies.serde_yaml] version = "^0.8.4" [dependencies.simplelog] version = "^0.5.2" [dependencies.structopt] version = "^0.2.10" [dependencies.tempfile] version = "^3.0.4" [dependencies.xml-rs] version = "^0.8.0"