nominal-api 0.673.1

API bindings for the Nominal platform
Documentation
[package]
name = "nominal-api"
version = "0.673.1"
edition = "2024"
authors = ["Alexander Hill <alex.hill@nominal.io>"]
description = "API bindings for the Nominal platform"
homepage = "https://nominal.io"
license = "MIT"
readme = "README.md"
# manually add src/ as we .gitignore the generated code
include = ["src/", "build.rs", "definitions/"]

[dependencies]
conjure-error = "4"
conjure-http = "4"
conjure-object = "4"
prost = "0.13"
prost-types = "0.13"

[build-dependencies]
conjure-codegen = "4"
prost-build = "0.13"