ark-serialize 0.2.0

A library for serializing types in the arkworks ecosystem
Documentation
[dependencies.ark-serialize-derive]
optional = true
version = "^0.2.0"

[dependencies.ark-std]
default-features = false
version = "0.2.0"

[features]
default = []
derive = ["ark-serialize-derive"]
std = ["ark-std/std"]

[package]
authors = ["arkworks contributors"]
categories = ["cryptography"]
description = "A library for serializing types in the arkworks ecosystem"
documentation = "https://docs.rs/ark-serialize/"
edition = "2018"
homepage = "https://arkworks.rs"
include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["cryptography", "serialization"]
license = "MIT/Apache-2.0"
name = "ark-serialize"
repository = "https://github.com/arkworks-rs/algebra"
version = "0.2.0"