# 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 = "ikebuster" version = "0.1.1" authors = ["Niklas Pfister "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Scanner for IKE" readme = "README.md" license = "MIT" [lib] name = "ikebuster" path = "src/lib.rs" [[bin]] name = "ikebuster" path = "src/main.rs" required-features = ["bin"] [dependencies.clap] version = "~4" features = ["derive"] optional = true [dependencies.isakmp] version = "~0.1" [dependencies.itertools] version = "~0.13" [dependencies.owo-colors] version = "~4" optional = true [dependencies.rand] version = "~0.8" [dependencies.serde] version = "~1" features = ["derive"] [dependencies.serde_json] version = "~1" optional = true [dependencies.thiserror] version = "~1" [dependencies.tokio] version = ">=1.23.1" features = [ "rt-multi-thread", "macros", "net", "sync", "time", ] [dependencies.tracing] version = "~0.1" [dependencies.tracing-subscriber] version = "~0.3" optional = true [features] bin = [ "dep:clap", "dep:owo-colors", "dep:serde_json", "dep:tracing-subscriber", ]