2019-09-12 11:39:39 -07:00
|
|
|
[package]
|
|
|
|
name = "solana-rayon-threadlimit"
|
2019-10-02 23:13:19 -07:00
|
|
|
description = "solana-rayon-threadlimit"
|
2021-03-10 12:46:17 -08:00
|
|
|
documentation = "https://docs.rs/solana-rayon-threadlimit"
|
2019-09-12 11:39:39 -07:00
|
|
|
readme = "../README.md"
|
2023-02-23 06:01:54 -08:00
|
|
|
version = { workspace = true }
|
|
|
|
authors = { workspace = true }
|
|
|
|
repository = { workspace = true }
|
|
|
|
homepage = { workspace = true }
|
|
|
|
license = { workspace = true }
|
|
|
|
edition = { workspace = true }
|
2019-09-12 11:39:39 -07:00
|
|
|
|
|
|
|
[dependencies]
|
2023-02-23 06:01:54 -08:00
|
|
|
lazy_static = { workspace = true }
|
|
|
|
num_cpus = { workspace = true }
|
2020-04-16 18:18:28 -07:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|