forked from Findomain/Findomain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
27 lines (24 loc) · 861 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
[package]
name = "findomain"
version = "0.2.3"
authors = ["Eduard Toloza <[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 = ["findomain", "subdomain-discover", "find-subdomains"]
readme = "README.md"
[dependencies]
serde = { version = "1.0.99", features = ["derive"] }
serde_derive = "1.0.99"
reqwest = "0.9.20"
trust-dns-resolver = "0.12.0"
clap = { version = "2.33.0", features = ["yaml"] }
lazy_static = "1.3.0"
rand = "0.7.0"
url = "2.1.0"
# json = "0.11.14"
[target.arm-unknown-linux-gnueabihf.dependencies]
openssl = { version = "0.10.24", features = ["vendored"] }
[target.aarch64-unknown-linux-gnu.dependencies]
openssl = { version = "0.10.24", features = ["vendored"] }