2024-06-05 14:35:08 +00:00
|
|
|
[package]
|
2024-06-24 01:30:47 +00:00
|
|
|
name = "cuprate-rpc-types"
|
2024-06-05 14:35:08 +00:00
|
|
|
version = "0.0.0"
|
|
|
|
edition = "2021"
|
|
|
|
description = "Monero RPC types"
|
|
|
|
license = "MIT"
|
|
|
|
authors = ["hinto-janai"]
|
2024-06-26 21:24:05 +00:00
|
|
|
repository = "https://github.com/Cuprate/cuprate/tree/main/rpc/types"
|
|
|
|
keywords = ["cuprate", "rpc", "types", "monero"]
|
2024-06-05 14:35:08 +00:00
|
|
|
|
|
|
|
[features]
|
2024-06-26 21:24:05 +00:00
|
|
|
default = []
|
2024-06-05 14:35:08 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-06-26 21:24:05 +00:00
|
|
|
cuprate-epee-encoding = { path = "../../net/epee-encoding" }
|
|
|
|
|
|
|
|
monero-serai = { workspace = true }
|
|
|
|
paste = { workspace = true }
|
|
|
|
serde = { workspace = true }
|
2024-06-05 14:35:08 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-06-26 21:24:05 +00:00
|
|
|
serde_json = { workspace = true }
|