Cargo Features
[dependencies]
ts_influxdb = { version = "0.7.3-beta.1", default-features = false, features = ["derive", "serde", "curl-client", "h1-client", "h1-client-rustls", "hyper-client", "reqwest-client-rustls", "reqwest-client-native-tls", "reqwest-client-native-tls-vendored", "wasm-client"] }
- default = reqwest-client-rustls, serde
-
These default features are set whenever
ts_influxdb
is added without
somewhere in the dependency tree.default-features = false - derive
-
Enables influxdb_derive
- serde default
-
Enables serde, serde_derive, and serde_json
Affects
ts_influxdb::integrations
,ts_influxdb::integrations.serde_integration
… - curl-client = surf
-
http clients
Enables curl-client of surf
- h1-client = surf
- h1-client-rustls = surf
-
Enables h1-client-rustls of surf
- hyper-client = surf
-
Enables hyper-client of surf
- reqwest-client-rustls default = reqwest
-
Enables rustls-tls-webpki-roots of reqwest ^0.11.4
- reqwest-client-native-tls = reqwest
-
Enables native-tls-alpn of reqwest ^0.11.4
- reqwest-client-native-tls-vendored = reqwest
-
Enables native-tls-vendored of reqwest ^0.11.4
- wasm-client = surf
-
Enables wasm-client of surf
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.