unistructgen-codegen 0.1.1

Code generation backend for unistructgen - Rust code renderer
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 = "2021"
name = "unistructgen-codegen"
version = "0.1.1"
authors = ["Maxim Bogovic"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generation backend for unistructgen - Rust code renderer"
homepage = "https://github.com/maxBogovick/unistructgen"
documentation = "https://docs.rs/unistructgen"
readme = "README.md"
keywords = [
    "codegen",
    "json",
    "struct",
    "macro",
    "api",
]
categories = [
    "development-tools",
    "development-tools::build-utils",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/maxBogovick/unistructgen"

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

[[test]]
name = "golden"
path = "tests/golden.rs"

[[test]]
name = "json_schema_tests"
path = "tests/json_schema_tests.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.unistructgen-core]
version = "0.1.0"