# 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 = "hassh" version = "0.1.0" authors = ["Flier Lu "] description = "A SSH fingerprinting library written in Rust" documentation = "https://docs.rs/hassh" readme = "README.md" keywords = ["ssh", "fingerprinting", "security"] categories = ["network-programming"] license = "BSD-3-Clause" repository = "https://github.com/flier/hassh-rs" [lib] crate-type = ["staticlib", "cdylib", "rlib"] [[example]] name = "hassh" required-features = ["pcap-file", "live-capture"] [dependencies.libc] version = "0.2" optional = true [dependencies.log] version = "0.4" [dependencies.md5] version = "0.7" [dependencies.nom] version = "6.0" [dependencies.pcap] version = "0.8" optional = true [dependencies.pcap-parser] version = "0.9" optional = true [dependencies.pnet_packet] version = "0.27" [dependencies.ssh-parser] version = "0.4" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.csv] version = "1.1" [dev-dependencies.glob] version = "0.3" [dev-dependencies.humantime] version = "2.0" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.structopt] version = "0.3" [build-dependencies.anyhow] version = "1.0" [build-dependencies.cbindgen] version = "0.16" [features] capi = ["libc"] default = ["pcap-file", "live-capture"] live-capture = ["pcap"] pcap-file = ["pcap-parser"] [badges.maintenance] status = "experimental"