conjure-codegen 5.5.0

Rust code generation for Conjure definitions
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 = "2018"
name = "conjure-codegen"
version = "5.5.0"
authors = ["Steven Fackler <sfackler@palantir.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust code generation for Conjure definitions"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/palantir/conjure-rust"
resolver = "2"

[package.metadata.docs.rs]
features = ["example-types"]

[features]
example-types = [
    "conjure-error",
    "conjure-http",
]
proc-macro = [
    "quote/proc-macro",
    "proc-macro2/proc-macro",
]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.conjure-error]
version = "5.5.0"
optional = true

[dependencies.conjure-http]
version = "5.5.0"
optional = true

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

[dependencies.conjure-serde]
version = "5.5.0"

[dependencies.heck]
version = "0.5"

[dependencies.prettyplease]
version = "0.2.0"

[dependencies.proc-macro2]
version = "1.0"
default-features = false

[dependencies.quote]
version = "1.0"
default-features = false

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

[dependencies.syn]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9"