# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sightglass" version = "0.1.0" authors = ["Frank Denis "] description = "A benchmark suite and tool to compare different implementations of the same primitives" homepage = "https://github.com/fastly/sightglass" keywords = ["benchmark", "benchmarking", "performance"] license = "Apache-2.0 WITH LLVM-exception OR MIT" repository = "https://github.com/fastly/sightglass" [dependencies.bencher] version = "0.1" [dependencies.clap] version = "2" [dependencies.failure] version = "0.1" [dependencies.goblin] version = "0.0" [dependencies.libc] version = "0.2" [dependencies.libloading] version = "0.5" [dependencies.precision] version = "0.1.9" [dependencies.printtable] version = "0.1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.toml] version = "0.5" [dependencies.xfailure] version = "0.1" [target."cfg(any(target_os=\"windows\",target_os=\"macos\",target_os=\"linux\"))".dependencies.core_affinity] version = "0.5.9" [target."cfg(not(any(target_os=\"windows\",target_os=\"macos\",target_os=\"linux\")))".dependencies.hwloc] version = "0.5"