plexi-core 0.1.2

A flexible auditor companion client
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"
name = "plexi-core"
version = "0.1.2"
authors = [
    "plexi-contributors",
    "Thibault Meunier <thibault@cloudflare.com>",
    "Fisher Darling <fisher@cloudflare.com>",
    "JP Borges <jborges@cloudflare.com>",
    "Lina Baquero <lina@cloudflare.com>",
    "Simon Newton <snewton@cloudflare.com>",
]
build = "src/build.rs"
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A flexible auditor companion client"
homepage = "https://github.com/cloudflare/plexi"
readme = "README.md"
keywords = [
    "key-transparency",
    "transparency",
    "e2ee",
    "auditor",
    "cryptography",
]
categories = ["cryptography"]
license = "Apache-2.0"
repository = "https://github.com/cloudflare/plexi"

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

[dependencies.akd]
version = "0.11"
features = [
    "whatsapp_v1",
    "public_auditing",
]
optional = true
default-features = false

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "2.0.0-rc.3"
optional = true

[dependencies.ed25519-dalek]
version = "2"

[dependencies.hex]
version = "0.4"
features = ["serde"]

[dependencies.prost]
version = "0.13"

[dependencies.protobuf]
version = "3.2"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "native-tls",
]
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.utoipa]
version = "4"
optional = true

[dependencies.uuid]
version = "1.9"
features = [
    "v4",
    "serde",
    "v4",
    "serde",
]

[build-dependencies.prost-build]
version = "0.13"

[features]
auditor = [
    "akd",
    "akd/parallel_vrf",
    "akd/parallel_insert",
    "akd/experimental",
]
bincode = ["dep:bincode"]
client = [
    "auditor",
    "bincode",
    "reqwest",
]
default = [
    "openapi",
    "bincode",
]
openapi = ["utoipa"]

[target.'cfg(target_arch = "wasm32")'.dependencies.ed25519-dalek]
version = "2"
features = ["rand_core"]

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2"
features = ["js"]