# 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 = "2018" name = "ssh-parser" version = "0.5.0" authors = ["Nicolas Vivet ", "Pierre Chifflier "] description = "Parser for the SSH protocol" homepage = "https://github.com/rusticata/ssh-parser" documentation = "https://docs.rs/ssh-parser" license = "LGPL-2.1-or-later" repository = "https://github.com/rusticata/ssh-parser" [dependencies.cookie-factory] version = "0.3" optional = true [dependencies.nom] version = "7.0" [dependencies.num-bigint] version = "0.4" optional = true [dependencies.num-traits] version = "0.2" optional = true [dependencies.rusticata-macros] version = "4.0" [features] integers = ["num-bigint", "num-traits"] serialize = ["cookie-factory"]