[package] name = "eavesdropper_pcap_parser" version = "0.2.0" authors = ["Thomas Bye "] edition = "2018" readme = "README.md" repository = "https://github.com/TBye101/eavesdropper" license= "GPL-3.0-only" description = "A plugin for eavesdropper that converts pcap files into their metadata and puts them into a sql table" keywords = ["plugin", "eavesdropper", "pcap", "packet-analyzer"] categories = ["encoding", "parsing"] [lib] crate-type = ["cdylib", "rlib"] [dependencies] semver = "0.11.0" libc = "0.2.90" pcap = "0.8.1" chrono = "0.4.19" diesel = { version = "1.4.6", features = ["postgres", "chrono"] } diesel_migrations = "1.4.0" dotenv = "0.15.0" #My crates and in this workspace eframework = { path = "../eframework", version = "0.1.0"} [dependencies.abi_stable] version = "0.9.3" default-features = false features = [ ]