# 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 = "lancelot-flirt" version = "0.8.10" authors = ["Willi Ballenthin "] description = "parse and match FLIRT signatures" homepage = "https://github.com/williballenthin/lancelot" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/williballenthin/lancelot" [[bench]] name = "regex" harness = false [dependencies.anyhow] version = "1" [dependencies.better-panic] version = "0.3" [dependencies.bitflags] version = "1" [dependencies.bitvec] version = "1" [dependencies.chrono] version = "0.4" features = [ "std", "clock", ] default-features = false [dependencies.clap] version = "3" [dependencies.fern] version = "0.6" [dependencies.inflate] version = "0.4" [dependencies.log] version = "0.4" [dependencies.nom] version = "7" [dependencies.regex] version = "1.3" [dependencies.smallvec] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "0.4"