# 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 = "btsnoop-extcap" version = "0.1.6" authors = ["Maurice Lam "] description = "View Android's btsnoop logs (Bluetooth HCI logs) in Wireshark" documentation = "https://docs.rs/btsnoop-extcap" readme = "README.md" keywords = [ "bluetooth", "btsnoop", "extcap", "wireshark", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/mauricelam/btsnoop-extcap/" [dependencies.anyhow] version = "1.0.68" [dependencies.async-trait] version = "0.1.64" [dependencies.btsnoop] version = "0.2.0" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.nom] version = "7.1.3" [dependencies.nom-derive] version = "0.10.0" [dependencies.pcap-file] version = "2.0.0" [dependencies.r-extcap] version = "0.2.3" [dependencies.regex] version = "1.7.1" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.25.0" features = ["full"] [dependencies.which] version = "5.0.0" [dev-dependencies.assert_cmd] version = "2.0.8" [dev-dependencies.indoc] version = "2.0.1" [dev-dependencies.predicates] version = "3.0.4"