# 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 = "tcp-stream-capture" version = "0.2.0" authors = ["Izumi Raine <63145238+IzumiRaine@users.noreply.github.com>"] description = "Capture TCP packets from libpcap and reassemble them into TCP streams." homepage = "https://github.com/IzumiRaine/tcp-stream-capture" readme = "README.md" license = "Unlicense" repository = "https://github.com/IzumiRaine/tcp-stream-capture" [dependencies.cxx] version = "1.0.122" [dependencies.pcapplusplus-sys] version = "0.1.0" [dependencies.thiserror] version = "1.0.61" [dependencies.tracing] version = "0.1.40" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [build-dependencies.cmake] version = "0.1.50" [build-dependencies.cxx-build] version = "1.0.122"