emabee / flexi_logger

A flexible logger for rust programs that can write to stderr, stdout, and/or to log files
Apache License 2.0
307 stars 50 forks source link

Only depend on the parts of crossbeam that are used #111

Closed bsilver8192 closed 2 years ago

bsilver8192 commented 2 years ago

Less transitive dependencies for projects that use flexi_logger to build.

bsilver8192 commented 2 years ago

cargo test --features async has some failures when I run it, but they look the same before and after this change. I checked that it still compiles though, and none of the versions of the crossbeam parts that are being used changed so this shouldn't change the behavior of anything.