@@ -3,11 +3,11 @@ name = "libdoh"
33version = " 0.9.10"
44authors = [" Frank Denis <github@pureftpd.org>" ]
55description = " DoH and Oblivious DoH library for the rust-doh app"
6- keywords = [" dns" ," https" ," doh" ," odoh" ," proxy" ]
6+ keywords = [" dns" , " https" , " doh" , " odoh" , " proxy" ]
77license = " MIT"
88homepage = " https://github.com/jedisct1/rust-doh"
99repository = " https://github.com/jedisct1/rust-doh"
10- categories = [" asynchronous" , " network-programming" ," command-line-utilities" ]
10+ categories = [" asynchronous" , " network-programming" , " command-line-utilities" ]
1111edition = " 2018"
1212
1313[features ]
@@ -21,11 +21,24 @@ base64 = "0.22.0"
2121byteorder = " 1.5.0"
2222bytes = " 1.5.0"
2323futures = " 0.3.30"
24- hyper = { version = " ^0.14.27" , default-features = false , features = [" server" , " http1" , " http2" , " stream" ] }
24+ hyper = { version = " ^0.14.28" , default-features = false , features = [
25+ " server" ,
26+ " http1" ,
27+ " http2" ,
28+ " stream" ,
29+ " runtime" ,
30+ ] }
2531odoh-rs = " 1.0.2"
2632rand = " 0.8.5"
27- tokio = { version = " 1.36.0" , features = [" net" , " rt-multi-thread" , " time" , " sync" ] }
28- tokio-rustls = { version = " ^0.24.1" , features = [" early-data" ], optional = true }
33+ tokio = { version = " 1.36.0" , features = [
34+ " net" ,
35+ " rt-multi-thread" ,
36+ " time" ,
37+ " sync" ,
38+ ] }
39+ tokio-rustls = { version = " ^0.24.1" , features = [
40+ " early-data" ,
41+ ], optional = true }
2942rustls-pemfile = " ^1.0.4"
3043
3144[profile .release ]
0 commit comments