@@ -121,49 +121,23 @@ To communicate with InfluxDB, you can choose the HTTP backend to be used configu
121
121
influxdb = { version = " 0.7.2" , default-features = false , features = [" derive" , " serde" , " reqwest-client-native-tls-vendored" ] }
122
122
```
123
123
124
- * ** [ curl] [ __link9 ] ** , using [ libcurl] [ __link10 ]
125
- ``` toml
126
- influxdb = { version = " 0.7.2" , default-features = false , features = [" derive" , " serde" , " curl-client" ] }
127
- ```
128
-
129
- * ** [ async-h1] [ __link11 ] ** with native TLS (OpenSSL)
130
- ``` toml
131
- influxdb = { version = " 0.7.2" , default-features = false , features = [" derive" , " serde" , " h1-client" ] }
132
- ```
133
-
134
- * ** [ async-h1] [ __link12 ] ** with [ rustls] [ __link13 ]
135
- ``` toml
136
- influxdb = { version = " 0.7.2" , default-features = false , features = [" derive" , " serde" , " h1-client-rustls" ] }
137
- ```
138
-
139
- * WebAssembly’s ` window.fetch ` , via ` web-sys ` and ** [ wasm-bindgen] [ __link14 ] **
140
- ``` toml
141
- influxdb = { version = " 0.7.2" , default-features = false , features = [" derive" , " serde" , " wasm-client" ] }
142
- ```
143
-
144
124
## License
145
125
146
- [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] [ __link15 ]
126
+ [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] [ __link9 ]
147
127
148
128
149
129
@ 2020-2024 Gero Gerke, msrd0 and [ contributors] .
150
130
151
131
[ contributors ] : https://github.com/influxdb-rs/influxdb-rust/graphs/contributors
152
- [ __cargo_doc2readme_dependencies_info ] : ggGkYW0CYXSEGzJ_QpW55zB1G0S-TER-rIfLG2gXv8EYBG3jG1nuXXn-kdx-YXKEG4NMwSc-atpuGyQ3O7T4Ur42GzFqIg36Zfn7G7roc8ix9SwDYWSBgmhpbmZsdXhkYmUwLjcuMg
132
+ [ __cargo_doc2readme_dependencies_info ] : ggGkYW0CYXSEGzJ_QpW55zB1G0S-TER-rIfLG2gXv8EYBG3jG1nuXXn-kdx-YXKEG8LHWNBBuXgSGz-2Lrx4E_kTG0bJiXb6A8zNG9GhXhvU8L0xYWSBgmhpbmZsdXhkYmUwLjcuMg
153
133
[ __link0 ] : https://github.com/influxdb-rs/influxdb-rust/blob/main/CONTRIBUTING.md
154
134
[ __link1 ] : https://github.com/influxdb-rs/influxdb-rust/blob/main/CODE_OF_CONDUCT.md
155
- [ __link10 ] : https://curl.se/libcurl/
156
- [ __link11 ] : https://github.com/http-rs/async-h1
157
- [ __link12 ] : https://github.com/http-rs/async-h1
158
- [ __link13 ] : https://github.com/ctz/rustls
159
- [ __link14 ] : https://github.com/rustwasm/wasm-bindgen
160
- [ __link15 ] : https://opensource.org/licenses/MIT
161
135
[ __link2 ] : https://github.com/influxdb-rs/influxdb-rust/blob/main/CHANGELOG.md
162
136
[ __link3 ] : https://github.com/influxdb-rs/influxdb-rust/blob/main/influxdb/Cargo.toml
163
137
[ __link4 ] : https://docs.rs/influxdb/0.7.2/influxdb/?search=integrations::serde_integration
164
138
[ __link5 ] : https://github.com/hyperium/hyper
165
139
[ __link6 ] : https://github.com/ctz/rustls
166
140
[ __link7 ] : https://github.com/hyperium/hyper
167
141
[ __link8 ] : https://github.com/hyperium/hyper
168
- [ __link9 ] : https://github.com/alexcrichton/curl-rust
142
+ [ __link9 ] : https://opensource.org/licenses/MIT
169
143
0 commit comments