influxdb/grpc-binary-logger-proto
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
..
proto/grpc/binlog/v1 fix: Use code backticks around invalid HTML tags in doc strings 2022-12-21 16:36:17 -05:00
src build: remove unused dependencies from crates 2023-05-23 14:55:43 +02:00
Cargo.toml chore(deps): Bump prost from 0.11.8 to 0.11.9 (#7537) 2023-04-13 10:27:15 +00:00
build.rs feat: Implement gRPC binary logger (#5473) 2022-09-01 10:57:02 +00:00