# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "net-agent" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ net-agent is a binary crate which you can run to capture network traffic. Then all the captured traffic can be loaded to my.netstalker.io for further analysis. """ readme = "README.md" license = "Apache-2.0" [lib] name = "net_agent" path = "src/lib.rs" [[bin]] name = "net-agent" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.config] version = "0.14.0" [dependencies.ctrlc] version = "3.4.4" features = ["termination"] [dependencies.derivative] version = "2.2.0" [dependencies.directories] version = "5.0.1" [dependencies.log] version = "0.4.17" [dependencies.log4rs] version = "1.2.0" [dependencies.net-agent-api] version = "0.1.4" [dependencies.net-config] version = "0.1.1" [dependencies.net-file] version = "0.1.3" [dependencies.pcap] version = "1.0.0" [dependencies.serde] version = "1.0.197" [dependencies.serde_derive] version = "1.0.197" [dependencies.serde_yaml] version = "0.9.21" [dependencies.tabled] version = "0.15.0" [dependencies.temp-dir] version = "0.1.13" [dependencies.thiserror] version = "1.0.58" [dependencies.threadpool] version = "1.8.1" [dependencies.toml] version = "0.8.12" [dependencies.uuid] version = "1.8.0" features = ["v4"]