[package] name = "tpcpr" version = "0.1.0" authors = ["gurkenhabicht "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio-postgres = { version="0.5.4", features = ["runtime","with-eui48-0_4","with-serde_json-1"] } tokio = { version = "0.2", features = ["full"] } pcap = "~0.7.0" libc = "0.2.68" byteorder = "*" bitfield = "*" eui48 = "~0.4.6" #time = {version = "~0.2", default-features = false } #serde_json = "1.0" serde_json = { version = "1.0", features = ["raw_value"] } serde = "1.0.3"