2023-07-27 14:19:03 -04:00
|
|
|
[package]
|
2023-07-27 22:09:04 -04:00
|
|
|
name = "serai-reproducible-runtime-tests"
|
2023-07-27 14:19:03 -04:00
|
|
|
version = "0.1.0"
|
2023-07-27 22:09:04 -04:00
|
|
|
description = "Tests the Serai runtime can be reproducibly built"
|
2023-07-27 14:19:03 -04:00
|
|
|
license = "AGPL-3.0-only"
|
|
|
|
|
repository = "https://github.com/serai-dex/serai/tree/develop/tests/reproducible-runtime"
|
|
|
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
|
|
|
|
keywords = []
|
|
|
|
|
edition = "2021"
|
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
|
all-features = true
|
|
|
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
|
|
2023-12-16 20:54:24 -05:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2023-07-27 14:19:03 -04:00
|
|
|
[dependencies]
|
2025-12-01 03:44:25 -05:00
|
|
|
rand_core = { version = "0.6", default-features = false, features = ["std"] }
|
|
|
|
|
hex = { version = "0.4", default-features = false, features = ["std"] }
|