# 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 = "ioc_extract" version = "0.4.8" authors = ["Marirs "] build = false exclude = [ "data", "examples", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Extract indicators like urls,domains,ip,emails,etc... from a given string" homepage = "https://github.com/marirs/ioc_extract-rs" readme = "README.md" keywords = [ "ioc", "indicators", "emails", "domains", "urls", ] license-file = "LICENSE" repository = "https://github.com/marirs/ioc_extract-rs" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false [lib] name = "ioc_extract" path = "src/lib.rs" [dependencies.fancy-regex] version = "0.14.0" [dependencies.idna] version = "1.0.2" [dependencies.lazy_static] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tld_download] version = "0.1.3" features = ["with-db"]