spikard-codegen 0.15.0

Code generation utilities for Spikard
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 = "spikard-codegen"
version = "0.15.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generation utilities for Spikard"
homepage = "https://github.com/Goldziher/spikard"
documentation = "https://docs.rs/spikard-codegen"
readme = false
license = "MIT"
repository = "https://github.com/Goldziher/spikard"
resolver = "2"

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

[dependencies.indexmap]
version = "2.14"
features = ["serde"]

[dependencies.scythe-core]
version = "0.7"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[lints.clippy.all]
level = "deny"
priority = 0

[lints.clippy.nursery]
level = "deny"
priority = 0

[lints.clippy.pedantic]
level = "deny"
priority = 0

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = ["cfg(tarpaulin_include)"]