@@ -18,8 +18,11 @@ autoexamples = true
1818all-features = true
1919
2020[features ]
21- default = [" with_client_implementation" , " with_panic" , " with_failure" , " with_log" , " with_env_logger" , " with_device_info" , " with_rust_info" ]
22- with_client_implementation = [" reqwest" , " im" , " url" , " with_backtrace" ]
21+ default = [" with_client_implementation" , " with_default_transport" , " with_panic" , " with_failure" , " with_log" , " with_env_logger" , " with_device_info" , " with_rust_info" ]
22+ with_reqwest_transport = [" reqwest" , " httpdate" , " with_client_implementation" ]
23+ with_curl_transport = [" curl" , " httpdate" , " serde_json" , " with_client_implementation" ]
24+ with_default_transport = [" with_reqwest_transport" ]
25+ with_client_implementation = [" im" , " url" , " with_backtrace" ]
2326with_backtrace = [" backtrace" , " regex" ]
2427with_panic = [" with_backtrace" ]
2528with_failure = [" failure" , " with_backtrace" ]
@@ -48,7 +51,9 @@ libc = { version = "0.2.48", optional = true }
4851hostname = { version = " 0.1.5" , optional = true }
4952findshlibs = { version = " 0.4.1" , optional = true }
5053rand = " 0.6.5"
51- httpdate = " 0.3.2"
54+ httpdate = { version = " 0.3.2" , optional = true }
55+ curl = { version = " 0.4.19" , optional = true }
56+ serde_json = { version = " 1.0.38" , optional = true }
5257
5358[target ."cfg(not(windows))" .dependencies ]
5459uname = { version = " 0.1.1" , optional = true }
0 commit comments