cerberus-api 0.1.0

API specification for cerberus remote signer
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.82.0"
name = "cerberus-api"
version = "0.1.0"
authors = ["all@eigenlabs"]
build = false
exclude = [
    "/.github/*",
    "/.idea/*",
    "/examples/*",
    "*.proto",
    "/proto/*",
    "/pkg/*",
    "go.sum",
    "go.mod",
    "build.rs",
    "/target/*",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "API specification for cerberus remote signer"
homepage = "https://github.com/Layr-Labs/cerberus-api"
readme = "README.md"
keywords = [
    "bn254",
    "signer",
]
license-file = "LICENSE"
repository = "https://github.com/Layr-Labs/cerberus-api"

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

[dependencies.chrono]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.prost]
version = "0.11"

[dependencies.tokio]
version = "1.37.0"
features = [
    "test-util",
    "full",
    "sync",
]

[dependencies.tonic]
version = "0.9"

[dependencies.uuid]
version = "1.0"
features = ["v4"]

[build-dependencies.tonic-build]
version = "0.9"