# 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.5.0" authors = ["arkworks contributors"] build = false include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", "doc/katex-header.html", ] 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 [lib] name = "ark_serialize" path = "src/lib.rs" [dependencies.ark-serialize-derive] version = "0.5.0" optional = true [dependencies.ark-std] version = "0.5.0" default-features = false [dependencies.arrayvec] version = "0.7" 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 [features] default = [] derive = ["ark-serialize-derive"] parallel = ["rayon"] std = ["ark-std/std"]