ids-apis 1.0.21

IDS APIs in Rust
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 = "ids-apis"
version = "1.0.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IDS APIs in Rust"
readme = false
license = "MIT"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.http]
version = "1.3.1"

[dependencies.pbjson]
version = "0.7.0"

[dependencies.pbjson-types]
version = "0.7.0"

[dependencies.prost]
version = "0.13"

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

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

[dependencies.tonic]
version = "0.12"
features = ["transport"]

[dependencies.tonic-reflection]
version = "0.12"