typify-impl 0.6.0

typify backend implementation
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-impl"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "typify backend implementation"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/oxidecomputer/typify"

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

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

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

[dependencies.heck]
version = "0.5.0"

[dependencies.log]
version = "0.4.29"

[dependencies.proc-macro2]
version = "1.0.106"

[dependencies.quote]
version = "1.0.44"

[dependencies.regress]
version = "0.10.5"

[dependencies.schemars]
version = "0.8.22"

[dependencies.semver]
version = "1.0.27"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.syn]
version = "2.0.114"
features = ["full"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.unicode-ident]
version = "1.0.22"

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

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

[dev-dependencies.paste]
version = "1.0.15"

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

[dev-dependencies.schema]
version = "0.1.0"

[dev-dependencies.schemars]
version = "0.8.22"
features = [
    "uuid1",
    "impl_json_schema",
]

[dev-dependencies.syn]
version = "2.0.114"
features = [
    "full",
    "full",
    "extra-traits",
    "visit-mut",
]

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