# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ja3" version = "0.5.1" authors = ["Joshua Abraham "] exclude = ["*.pcap"] description = "JA3 hash library in Rust" homepage = "https://github.com/jabedude/ja3-rs/" documentation = "https://docs.rs/ja3" readme = "README.md" keywords = ["ja3", "ssl", "tls", "networking", "network-analysis"] license = "BSD-3-Clause" repository = "https://github.com/jabedude/ja3-rs/" [[example]] name = "stream" required-features = ["live-capture"] [dependencies.failure] version = "0.1.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.md5] version = "0.7.0" [dependencies.pcap] version = "0.7.0" optional = true [dependencies.pcap-parser] version = "0.9.2" [dependencies.pnet] version = "0.25.0" [dependencies.tls-parser] version = "0.9.2" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.nix] version = "0.17.0" [dev-dependencies.pretty_assertions] version = "0.4.0" [dev-dependencies.rusty-fork] version = "0.2.2" [features] live-capture = ["pcap"]