[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