mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-17 00:07:55 +00:00
22 lines
586 B
TOML
22 lines
586 B
TOML
|
[package]
|
||
|
name = "cuprate-types"
|
||
|
version = "0.0.0"
|
||
|
edition = "2021"
|
||
|
description = "Cuprate data types"
|
||
|
license = "MIT"
|
||
|
authors = ["hinto-janai"]
|
||
|
repository = "https://github.com/Cuprate/cuprate/tree/main/types"
|
||
|
keywords = ["cuprate", "types"]
|
||
|
|
||
|
[features]
|
||
|
default = ["service"]
|
||
|
service = []
|
||
|
|
||
|
[dependencies]
|
||
|
borsh = { workspace = true, optional = true }
|
||
|
cfg-if = { workspace = true }
|
||
|
curve25519-dalek = { workspace = true }
|
||
|
monero-serai = { workspace = true }
|
||
|
serde = { workspace = true, optional = true }
|
||
|
|
||
|
[dev-dependencies]
|