# 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 = "core-to-core-latency-plus" version = "0.1.17" authors = ["Karminski "] build = false exclude = ["/results"] autobins = false autoexamples = false autotests = false autobenches = false description = "This program is used to calculate the communication latency between CPU cores." readme = "README-en-us.md" license = "MIT" repository = "https://github.com/KCORES/core-to-core-latency-plus" [[bin]] name = "core-to-core-latency-plus" path = "src/main.rs" [dependencies.ansi_term] version = "0.12" [dependencies.cache-padded] version = "1.2" [dependencies.clap] version = "3" features = ["derive"] [dependencies.core_affinity] version = "0.5" [dependencies.crossbeam-utils] version = "0.8" default-features = false [dependencies.ndarray] version = "0.15" [dependencies.ordered-float] version = "3" [dependencies.quanta] version = "0.10" [dependencies.raw-cpuid] version = "10" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.serde_json] version = "1.0"