2024-09-13 00:59:15 +00:00
|
|
|
[package]
|
|
|
|
name = "cuprate-constants"
|
2024-09-20 00:40:32 +00:00
|
|
|
version = "0.1.0"
|
2024-09-13 00:59:15 +00:00
|
|
|
edition = "2021"
|
|
|
|
description = "Constant/static data used throughout Cuprate"
|
|
|
|
license = "MIT"
|
|
|
|
authors = ["hinto-janai"]
|
|
|
|
repository = "https://github.com/Cuprate/cuprate/tree/main/constants"
|
|
|
|
keywords = ["cuprate", "constants"]
|
|
|
|
|
|
|
|
[features]
|
2024-09-17 01:09:18 +00:00
|
|
|
default = ["monero-serai"]
|
|
|
|
monero-serai = ["dep:monero-serai"]
|
2024-09-13 00:59:15 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-09-17 01:09:18 +00:00
|
|
|
monero-serai = { workspace = true, optional = true }
|
2024-09-13 00:59:15 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-09-17 01:09:18 +00:00
|
|
|
monero-serai = { workspace = true }
|
|
|
|
hex = { workspace = true, features = ["std"] }
|
|
|
|
pretty_assertions = { workspace = true }
|
2024-09-13 00:59:15 +00:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|