# 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 = "nasoone-lib" version = "0.2.5" description = "A multithreading library for collecting network traffic statistics" homepage = "https://github.com/davideaimar/nasoone-lib" readme = "README.md" keywords = [ "network", "pcap", "statistics", "multithreading", "etherparse", ] categories = ["development-tools::build-utils"] license = "GPL-3.0-only" repository = "https://github.com/davideaimar/nasoone-lib" resolver = "2" [lib] doctest = false [dependencies.crossbeam-channel] version = "0.5.5" [dependencies.etherparse] version = "0.12.0" [dependencies.num_cpus] version = "1.13.1" [dependencies.pcap] version = "0.9.2"