# 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 = "safecoin-perf" version = "1.14.17" authors = ["Solana Maintainers "] description = "Safecoin Performance APIs" homepage = "https://safecoin.org/" documentation = "https://docs.rs/safecoin-perf" license = "Apache-2.0" repository = "https://github.com/fair-exchange/safecoin" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "solana_perf" [[bench]] name = "sigverify" [[bench]] name = "discard" [dependencies.ahash] version = "0.7.6" [dependencies.bincode] version = "1.3.3" [dependencies.bv] version = "0.11.1" features = ["serde"] [dependencies.curve25519-dalek] version = "3" [dependencies.dlopen] version = "0.1.8" [dependencies.dlopen_derive] version = "0.1.4" [dependencies.fnv] version = "1.0.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.7.0" [dependencies.rayon] version = "1.5.3" [dependencies.safecoin-metrics] version = "=1.14.17" [dependencies.safecoin-rayon-threadlimit] version = "=1.14.17" [dependencies.safecoin-sdk] version = "=1.14.17" [dependencies.safecoin-vote-program] version = "=1.14.17" [dependencies.serde] version = "1.0.138" [dev-dependencies.matches] version = "0.1.9" [dev-dependencies.safecoin-logger] version = "=1.14.17" [target."cfg(target_os = \"linux\")".dependencies.caps] version = "0.5.3" [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2.126" [target."cfg(target_os = \"linux\")".dependencies.nix] version = "0.24.2"