indicator-extractor 0.2.0

Extract indicators (IP, domain, email, hashes, etc.) from a string or a PDF file
Documentation
# 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 = "indicator-extractor"
version = "0.2.0"
authors = ["BenoƮt Jeaurond <benoit@jeaurond.dev"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extract indicators (IP, domain, email, hashes, etc.) from a string or a PDF file"
readme = "README.md"
license = "MIT"
repository = "https://github.com/BenJeau/indicator-extractor"

[lib]
name = "indicator_extractor"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.bech32]
version = "0.11.0"

[dependencies.bs58]
version = "0.5.1"

[dependencies.console_error_panic_hook]
version = "0.1.7"

[dependencies.nom]
version = "7.1.3"

[dependencies.pdf-extract]
version = "0.7.9"

[dependencies.serde]
version = "1.0.209"
features = ["derive"]

[dependencies.serde-wasm-bindgen]
version = "0.6.5"

[dependencies.sha2]
version = "0.10.8"

[dependencies.tldextract]
version = "0.6.0"

[dependencies.wasm-bindgen]
version = "0.2.93"