[package] name = "c2clat" version = "1.0.0" edition = "2021" authors = ["Hubert Hirtz "] description = "Command-line utility to measure core-to-core latency" readme = "README.md" repository = "https://git.sr.ht/~taiite/c2clat" license = "ISC" license-file = "LICENSE" keywords = ["cli"] categories = ["command-line-utilities"] [dependencies] crossbeam-utils = "0.8.16" lexopt = "0.3.0" libc = "0.2.146"