ark-serialize 0.6.0

A library for serializing types in the arkworks ecosystem
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.75"
name = "ark-serialize"
version = "0.6.0"
authors = ["arkworks contributors"]
build = false
include = [
    "Cargo.toml",
    "src",
    "README.md",
    "LICENSE-APACHE",
    "LICENSE-MIT",
    "doc/katex-header.html",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for serializing types in the arkworks ecosystem"
homepage = "https://arkworks.rs"
documentation = "https://docs.rs/ark-serialize/"
readme = "README.md"
keywords = [
    "cryptography",
    "serialization",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arkworks-rs/algebra"

[package.metadata.docs.rs]
workspace = true

[package.metadata.release]
workspace = true

[features]
default = []
derive = ["ark-serialize-derive"]
parallel = ["rayon"]
serde = [
    "dep:serde",
    "dep:serde-encoded-bytes",
    "dep:serde_with",
]
serde_with = [
    "serde",
    "dep:serde_with",
]
std = [
    "ark-std/std",
    "serde_with?/std",
]

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

[dependencies.ark-serialize-derive]
version = "0.6.0"
optional = true

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

[dependencies.digest]
version = "0.10"
default-features = false

[dependencies.num-bigint]
version = "0.4"
default-features = false

[dependencies.rayon]
version = "1"
optional = true

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde-encoded-bytes]
version = "0.2"
features = ["base64"]
optional = true

[dependencies.serde_with]
version = "3.12"
optional = true
default-features = false

[dev-dependencies.blake2]
version = "0.10"
default-features = false

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.sha2]
version = "0.10"
default-features = false

[dev-dependencies.sha3]
version = "0.10"
default-features = false

[lints.clippy]
as_ptr_cast_mut = "allow"
borrow_as_ptr = "warn"
branches_sharing_code = "warn"
clear_with_drain = "warn"
cloned_instead_of_copied = "warn"
cognitive_complexity = "allow"
collection_is_never_read = "warn"
dbg_macro = "warn"
debug_assert_with_mut_call = "allow"
derive_partial_eq_without_eq = "warn"
doc_markdown = "allow"
empty_line_after_doc_comments = "warn"
empty_line_after_outer_attr = "warn"
enum_glob_use = "warn"
equatable_if_let = "warn"
explicit_into_iter_loop = "warn"
explicit_iter_loop = "warn"
fallible_impl_from = "allow"
flat_map_option = "warn"
from_iter_instead_of_collect = "warn"
future_not_send = "allow"
if_not_else = "warn"
if_then_some_else_none = "warn"
implicit_clone = "warn"
imprecise_flops = "warn"
iter_on_empty_collections = "warn"
iter_on_single_items = "warn"
iter_with_drain = "warn"
iter_without_into_iter = "warn"
large_stack_frames = "warn"
manual_assert = "warn"
manual_clamp = "warn"
manual_is_variant_and = "warn"
manual_string_new = "warn"
match_same_arms = "warn"
missing_const_for_fn = "warn"
mutex_integer = "warn"
naive_bytecount = "warn"
needless_bitwise_bool = "warn"
needless_collect = "allow"
needless_continue = "warn"
needless_for_each = "warn"
needless_pass_by_ref_mut = "warn"
non_send_fields_in_send_ty = "allow"
nonstandard_macro_braces = "warn"
option_as_ref_cloned = "warn"
or_fun_call = "warn"
path_buf_push_overwrite = "warn"
read_zero_byte_vec = "warn"
redundant_clone = "warn"
redundant_else = "warn"
redundant_pub_crate = "allow"
significant_drop_in_scrutinee = "allow"
significant_drop_tightening = "allow"
single_char_pattern = "warn"
string_lit_as_bytes = "warn"
string_lit_chars_any = "warn"
suboptimal_flops = "warn"
suspicious_operation_groupings = "warn"
too_long_first_doc_paragraph = "allow"
trailing_empty_array = "warn"
trait_duplication_in_bounds = "warn"
transmute_undefined_repr = "warn"
trivial_regex = "warn"
tuple_array_conversions = "warn"
type_repetition_in_bounds = "warn"
uninhabited_references = "warn"
unnecessary_self_imports = "warn"
unnecessary_struct_initialization = "warn"
unnested_or_patterns = "warn"
unused_peekable = "warn"
unused_rounding = "warn"
use_self = "warn"
useless_let_if_seq = "warn"
while_float = "warn"
zero_sized_map_values = "warn"

[lints.rust]
unreachable_pub = "warn"
unused_must_use = "deny"

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[lints.rustdoc]
all = "warn"