# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "c2clat" version = "1.0.0" authors = ["Hubert Hirtz "] description = "Command-line utility to measure core-to-core latency" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "ISC" license-file = "LICENSE" repository = "https://git.sr.ht/~taiite/c2clat" [dependencies.crossbeam-utils] version = "0.8.16" [dependencies.lexopt] version = "0.3.0" [dependencies.libc] version = "0.2.146"