nominal-api 0.1291.0

API bindings for the Nominal platform
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 = "2024"
name = "nominal-api"
version = "0.1291.0"
authors = ["Alexander Hill <alex.hill@nominal.io>"]
build = false
include = [
    "src/",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "API bindings for the Nominal platform"
homepage = "https://nominal.io"
readme = "README.md"
license = "MIT"
resolver = "2"

[features]
conjure = ["dep:nominal-api-conjure"]
default = [
    "tonic",
    "conjure",
]
generate-bindings = [
    "nominal-api-proto?/generate-bindings",
    "nominal-api-conjure?/generate-bindings",
]
tonic = ["dep:nominal-api-proto"]

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

[dependencies.nominal-api-conjure]
version = "0.1291.0"
optional = true

[dependencies.nominal-api-proto]
version = "0.1291.0"
optional = true