[package] name = "metrics-logger-cae" description = "Utility for logging throughput of a looping process" version = "0.1.2" authors = ["Nicholas Crothers "] license = "MIT" edition = "2021" [dependencies] itertools = "0.13.0" log = { version = "0.4.22", optional = true } [features] log = ["dep:log"]