monerochan-lib 5.2.12

Monero-Chan, The Open-Source Privacy Platform (OSPP)
Documentation
[dependencies.bincode]
version = "1.3.3"

[dependencies.elliptic-curve]
features = ["hazmat", "sec1", "ecdh"]
optional = true
version = "0.13.4"

[dependencies.monerochan-primitives]
version = "5.2.10"

[dependencies.serde]
features = ["derive"]
version = "1.0.204"

[features]
default = ["ecdsa"]
ecdsa = ["dep:elliptic-curve"]
verify = []

[lib]
name = "monerochan_lib"
path = "src/lib.rs"

[lints.clippy]
print_stdout = "deny"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "Monero-Chan, The Open-Source Privacy Platform (OSPP)"
edition = "2021"
keywords = ["monerochan", "privacy", "runtime", "ospp", "riscv"]
license = "MIT OR Apache-2.0"
name = "monerochan-lib"
readme = "README.md"
repository = "https://github.com/monero-chan-foundation/monerochan-rs"
version = "5.2.12"