parsec-interface 0.30.0

Parsec interface library to communicate using the wire protocol
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 = "2018"
rust-version = "1.85.0"
name = "parsec-interface"
version = "0.30.0"
authors = ["Parsec Project Contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parsec interface library to communicate using the wire protocol"
readme = "README.md"
keywords = [
    "parsec",
    "interface",
    "serialization",
]
categories = ["encoding"]
license = "Apache-2.0"
repository = "https://github.com/parallaxsecond/parsec-interface-rs"

[features]
fuzz = ["arbitrary"]
regenerate-protobuf = ["prost-build"]
testing = []

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

[dependencies.arbitrary]
version = "0.4.6"
features = ["derive"]
optional = true

[dependencies.bincode]
version = "1.3.1"

[dependencies.derivative]
version = "2.1.1"

[dependencies.home]
version = "=0.5.11"
optional = true

[dependencies.log]
version = "0.4.11"

[dependencies.num]
version = "0.4.0"

[dependencies.num-derive]
version = "0.4.0"

[dependencies.num-traits]
version = "0.2.12"

[dependencies.prost]
version = "0.9.0"

[dependencies.psa-crypto]
version = "0.13.0"
default-features = false

[dependencies.secrecy]
version = "0.8.0"
features = ["serde"]

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

[dependencies.uuid]
version = "0.8.1"

[dependencies.zeroize]
version = "1.1.0"
features = ["zeroize_derive"]

[build-dependencies.prost-build]
version = "0.9.0"
optional = true