forked from Findomain/Findomain
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
28 lines (25 loc) · 978 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "findomain"
version = "0.9.2"
authors = ["Eduard Tolosa <[email protected]>"]
edition = "2018"
description = "The fastest and cross-platform subdomain enumerator, don't waste your time."
repository = "https://github.com/edu4rdshl/findomain"
license = "GPL-3.0-or-later"
keywords = ["discover-subdomains", "ct-logs", "search-subdomains", "enumerate-subdomains", "subdomain-scanner"]
readme = "README.md"
[dependencies]
serde = { version = "1.0.102", features = ["derive"] }
serde_derive = "1.0.102"
reqwest = "0.9.22"
trust-dns-resolver = { version = "0.12.0", features = ["dns-over-rustls"] }
clap = { version = "2.33.0", features = ["yaml"] }
lazy_static = "1.4.0"
rand = "0.7.2"
postgres = "0.15.2"
failure = "0.1.6"
rayon = "1.2.0"
[target.arm-unknown-linux-gnueabihf.dependencies]
openssl = { version = "0.10.25", features = ["vendored"] }
[target.aarch64-unknown-linux-gnu.dependencies]
openssl = { version = "0.10.25", features = ["vendored"] }