-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (31 loc) · 750 Bytes
/
Cargo.toml
File metadata and controls
34 lines (31 loc) · 750 Bytes
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
29
30
31
32
33
34
[[bin]]
name = 'batch-resolve'
path = 'src/main.rs'
[package]
name = 'batch_resolve_cli'
description = 'Fast asynchronous batch DNS resolver built on top of Tokio and TRust-DNS'
version = '0.3.7'
authors = ['Mike Lubinets <lubinetsm@yandex.ru>']
homepage = 'http://github.com/mersinvald/batch_resolve'
repository = 'http://github.com/mersinvald/batch_resolve'
readme = 'README.md'
license = 'MIT'
[dependencies]
futures = '0.1.11'
tokio-core = '0.1.6'
log = '0.3.7'
env_logger = '0.4.2'
lazy_static = '0.2'
clap = '2.21.2'
serde = '1.0'
serde_derive = '1.0'
toml = '0.4'
crossbeam = '0.2'
num_cpus = '1.3.0'
indicatif = '0.1.0'
[dependencies.trust-dns]
version = '0.10'
default-features = false
features = ['openssl']
[profile.release]
lto = true