[package] name = "eavesdropper_cli" version = "0.1.0" authors = ["Thomas Bye "] edition = "2018" readme = "../README.md" repository = "https://github.com/TBye101/eavesdropper" description = "A command line tool for capture and analyzing packets utilizing plugins." license= "GPL-3.0-only" keywords = ["plugin", "eavesdropper", "pcap", "packet-analyzer", "cli"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pcap = "0.7.0" rustyline = "7.1.0" cliargs_t = "0.1.0" petgraph = "0.5.1" etherparse = "0.9.0" diesel = { version = "1.4.6", features = ["postgres"] } dotenv = "0.15.0" #My crates log_t = "0.1.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 = [ ]