aboutsummaryrefslogtreecommitdiff
path: root/dns/doh-proxy/Makefile.crates
blob: d37f77899d88cc6d55a724a147198bfed941532a (plain) (blame)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
CARGO_CRATES=	aead-0.3.2 \
		aes-0.6.0 \
		aes-gcm-0.8.0 \
		aes-soft-0.6.4 \
		aesni-0.10.0 \
		ansi_term-0.11.0 \
		anyhow-1.0.41 \
		arc-swap-1.3.0 \
		atty-0.2.14 \
		autocfg-1.0.1 \
		base64-0.13.0 \
		bitflags-1.2.1 \
		bitvec-0.18.5 \
		block-buffer-0.9.0 \
		bumpalo-3.7.0 \
		byteorder-1.4.3 \
		bytes-1.0.1 \
		cc-1.0.68 \
		cfg-if-1.0.0 \
		chacha20-0.6.0 \
		chacha20poly1305-0.7.1 \
		cipher-0.2.5 \
		clap-2.33.3 \
		cpufeatures-0.1.4 \
		cpuid-bool-0.2.0 \
		crypto-mac-0.10.0 \
		ct-codecs-1.1.1 \
		ctr-0.6.0 \
		curve25519-dalek-3.1.0 \
		digest-0.9.0 \
		dnsstamps-0.1.7 \
		elliptic-curve-0.8.5 \
		ff-0.8.0 \
		fnv-1.0.7 \
		fs_extra-1.2.0 \
		funty-1.1.0 \
		futures-0.3.15 \
		futures-channel-0.3.15 \
		futures-core-0.3.15 \
		futures-executor-0.3.15 \
		futures-io-0.3.15 \
		futures-macro-0.3.15 \
		futures-sink-0.3.15 \
		futures-task-0.3.15 \
		futures-util-0.3.15 \
		generic-array-0.14.4 \
		getrandom-0.2.3 \
		ghash-0.3.1 \
		group-0.8.0 \
		h2-0.3.3 \
		hashbrown-0.9.1 \
		hermit-abi-0.1.18 \
		hkdf-0.10.0 \
		hmac-0.10.1 \
		hpke-0.5.1 \
		http-0.2.4 \
		http-body-0.4.2 \
		httparse-1.4.1 \
		httpdate-1.0.1 \
		hyper-0.14.9 \
		indexmap-1.6.2 \
		instant-0.1.9 \
		itoa-0.4.7 \
		jemalloc-sys-0.3.2 \
		jemallocator-0.3.2 \
		js-sys-0.3.51 \
		lazy_static-1.4.0 \
		libc-0.2.97 \
		libdoh-0.9.0 \
		lock_api-0.4.4 \
		log-0.4.14 \
		memchr-2.4.0 \
		mio-0.7.11 \
		miow-0.3.7 \
		ntapi-0.3.6 \
		num_cpus-1.13.0 \
		odoh-rs-1.0.0-alpha.1 \
		once_cell-1.7.2 \
		opaque-debug-0.3.0 \
		p256-0.7.3 \
		parking_lot-0.11.1 \
		parking_lot_core-0.8.3 \
		pin-project-lite-0.2.6 \
		pin-utils-0.1.0 \
		poly1305-0.6.2 \
		polyval-0.4.5 \
		ppv-lite86-0.2.10 \
		proc-macro-hack-0.5.19 \
		proc-macro-nested-0.1.7 \
		proc-macro2-1.0.27 \
		quote-1.0.9 \
		radium-0.3.0 \
		rand-0.8.3 \
		rand_chacha-0.3.1 \
		rand_core-0.5.1 \
		rand_core-0.6.2 \
		rand_hc-0.3.0 \
		redox_syscall-0.2.8 \
		ring-0.16.20 \
		rustls-0.19.1 \
		scopeguard-1.1.0 \
		sct-0.6.1 \
		sha2-0.9.5 \
		slab-0.4.3 \
		smallvec-1.6.1 \
		spin-0.5.2 \
		strsim-0.8.0 \
		subtle-2.4.0 \
		syn-1.0.73 \
		synstructure-0.12.4 \
		textwrap-0.11.0 \
		thiserror-1.0.25 \
		thiserror-impl-1.0.25 \
		tokio-1.6.1 \
		tokio-rustls-0.22.0 \
		tokio-util-0.6.7 \
		tower-service-0.3.1 \
		tracing-0.1.26 \
		tracing-core-0.1.18 \
		try-lock-0.2.3 \
		typenum-1.13.0 \
		unicode-width-0.1.8 \
		unicode-xid-0.2.2 \
		universal-hash-0.4.0 \
		untrusted-0.7.1 \
		vec_map-0.8.2 \
		version_check-0.9.3 \
		want-0.3.0 \
		wasi-0.10.2+wasi-snapshot-preview1 \
		wasm-bindgen-0.2.74 \
		wasm-bindgen-backend-0.2.74 \
		wasm-bindgen-macro-0.2.74 \
		wasm-bindgen-macro-support-0.2.74 \
		wasm-bindgen-shared-0.2.74 \
		web-sys-0.3.51 \
		webpki-0.21.4 \
		winapi-0.3.9 \
		winapi-i686-pc-windows-gnu-0.4.0 \
		winapi-x86_64-pc-windows-gnu-0.4.0 \
		wyz-0.2.0 \
		x25519-dalek-1.1.1 \
		zeroize-1.3.0 \
		zeroize_derive-1.1.0