nominal-api-conjure 0.1292.1

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

[features]
_build = ["dep:conjure-codegen"]
generate-bindings = ["dep:conjure-codegen"]

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

[[bin]]
name = "compile-conjure"
path = "src/bin/compile_conjure.rs"
required-features = ["_build"]

[dependencies.conjure-codegen]
version = "5.10.0"
optional = true

[dependencies.conjure-error]
version = "5.10.0"

[dependencies.conjure-http]
version = "5.10.0"

[dependencies.conjure-object]
version = "5.10.0"

[build-dependencies.conjure-codegen]
version = "5.10.0"
optional = true