2024-01-22 01:56:34 +00:00
|
|
|
[package]
|
2024-06-24 01:30:47 +00:00
|
|
|
name = "cuprate-pruning"
|
2024-01-22 01:56:34 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2024-02-29 20:29:11 +00:00
|
|
|
license = "MIT"
|
|
|
|
authors = ["Boog900"]
|
2024-01-22 01:56:34 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
borsh = ["dep:borsh"]
|
|
|
|
|
|
|
|
[dependencies]
|
2024-11-01 20:22:14 +00:00
|
|
|
cuprate-constants = { workspace = true, features = ["block"] }
|
2024-10-02 17:51:58 +00:00
|
|
|
|
2024-01-22 01:56:34 +00:00
|
|
|
thiserror = { workspace = true }
|
|
|
|
|
|
|
|
borsh = { workspace = true, features = ["derive", "std"], optional = true }
|
2024-09-18 21:44:23 +00:00
|
|
|
|
|
|
|
[lints]
|
2024-10-24 22:12:30 +00:00
|
|
|
workspace = true
|