influxdb/influxdb2_client/src
Dom Dwyer 928a4d163e
build: remove unused dependencies from crates
This commit fixes loads of crates (47!) had unused dependencies, or
mis-configured dependencies (test deps as normal deps).

I added the "unused_crate_dependencies" to all crates to help prevent
this mess from growing again!

    https://doc.rust-lang.org/beta/nightly-rustc/rustc_lint_defs/builtin/static.UNUSED_CRATE_DEPENDENCIES.html

This has the minor downside of false-positives when specifying
dev-dependencies for test/bench binaries - these are files in /test or
/benches (not normal tests). This commit includes a workaround,
importing them in lib.rs (gated by a feature flag). I think the
trade-off of better dependency management is worth it!
2023-05-23 14:55:43 +02:00
..
api chore(deps): Bump mockito from 0.31.1 to 0.32.3 (#6966) 2023-02-17 09:46:02 +00:00
models fix: query annotations and params (#6449) 2023-02-09 00:08:55 +00:00
common.rs feat: Add support for Query API to influxdb_client 2021-03-30 20:54:31 +05:30
lib.rs build: remove unused dependencies from crates 2023-05-23 14:55:43 +02:00