# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "iocutil" version = "0.1.3" authors = ["Hiromitsu Oshiba <0x75960@chocola.tech>"] description = "IoC utilities for malware researchers\n" readme = "README.md" license = "MIT" repository = "https://github.com/0x75960/iocutil.rs" [dependencies.chrono] version = "0.4.9" [dependencies.derive_builder] version = "0.8.1" [dependencies.failure] version = "0.1.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.percent-encoding] version = "2.1.0" [dependencies.regex] version = "1.3.1" [dependencies.reqwest] version = "0.9.22" [dependencies.rust-crypto] version = "0.2.36" [dependencies.scraper] version = "0.11.0" [dependencies.serde] version = "1.0.102" features = ["derive"] [dependencies.time] version = "0.1.42"