# 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 = "plummerprimes" version = "0.2.5" authors = ["Westly Ward "] description = "Builds, Runs, and reports benchmarks from https://github.com/PlummersSoftwareLLC/Primes" homepage = "https://github.com/sonicrules1234/plummerprimes" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/sonicrules1234/plummerprimes" resolver = "2" [dependencies.chrono] version = "0.4.19" [dependencies.ctrlc] version = "3.2.1" [dependencies.docker-api] version = "0.8.0" [dependencies.futures-util] version = "0.3.19" [dependencies.nix] version = "0.23.0" [dependencies.ordered-float] version = "2.8.0" features = ["serde"] [dependencies.regex] version = "1.5.4" [dependencies.rmp-serde] version = "0.15.5" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.72" [dependencies.smbios-lib] version = "0.8.0" [dependencies.structopt] version = "0.3.25" [dependencies.table_output] version = "0.1.0" [dependencies.tokio] version = "1.14.0" features = ["full"] [features]