typify 0.6.0

JSON schema to rust type code generator
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 = "typify"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSON schema to rust type code generator"
readme = "README.md"
keywords = [
    "json",
    "schema",
    "proc_macro",
]
categories = [
    "api-bindings",
    "compilers",
]
license = "Apache-2.0"
repository = "https://github.com/oxidecomputer/typify"

[features]
default = ["macro"]
macro = ["typify-macro"]

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

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

[dependencies.typify-impl]
version = "0.6.0"

[dependencies.typify-macro]
version = "0.6.0"
optional = true

[dev-dependencies.chrono]
version = "0.4.43"
features = ["serde"]

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.expectorate]
version = "1.2.0"

[dev-dependencies.glob]
version = "0.3.3"

[dev-dependencies.quote]
version = "1.0.44"

[dev-dependencies.regress]
version = "0.10.5"

[dev-dependencies.rustfmt-wrapper]
version = "0.2.1"

[dev-dependencies.schemars]
version = "0.8.22"

[dev-dependencies.serde]
version = "1.0.228"

[dev-dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.trybuild]
version = "1.0.115"

[dev-dependencies.uuid]
version = "1.16.0"
features = ["serde"]