2024-12-12 19:56:32 +00:00
|
|
|
[package]
|
|
|
|
name = "tests-pow"
|
2024-12-13 01:31:07 +00:00
|
|
|
version = "0.0.0"
|
2024-12-12 19:56:32 +00:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
cuprate-cryptonight = { workspace = true }
|
|
|
|
cuprate-consensus-rules = { workspace = true }
|
|
|
|
|
|
|
|
function_name = { workspace = true }
|
|
|
|
thread_local = { workspace = true }
|
|
|
|
monero-serai = { workspace = true }
|
|
|
|
hex = { workspace = true, features = ["serde", "std"] }
|
2024-12-13 13:53:02 +00:00
|
|
|
hex-literal = { workspace = true }
|
2024-12-12 19:56:32 +00:00
|
|
|
serde = { workspace = true, features = ["derive"] }
|
|
|
|
serde_json = { workspace = true, features = ["std"] }
|
|
|
|
tokio = { workspace = true, features = ["full"] }
|
2024-12-13 00:52:55 +00:00
|
|
|
reqwest = { workspace = true, features = ["json"] }
|
2024-12-12 19:56:32 +00:00
|
|
|
rayon = { workspace = true }
|
|
|
|
randomx-rs = { workspace = true }
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|