typespec_macros 0.11.0

Procedural macros for client libraries built on typespec.
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 = "typespec_macros"
version = "0.11.0"
authors = ["Microsoft"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for client libraries built on typespec."
homepage = "https://typespec.io"
readme = "README.md"
keywords = ["typespec"]
categories = [
    "compilers",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/azure/azure-sdk-for-rust"

[package.metadata.docs.rs]
features = []

[features]
debug = []

[lib]
name = "typespec_macros"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "safe-debug-tests"
path = "tests/safe-debug-tests.rs"

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

[dependencies.quote]
version = "1.0.37"

[dependencies.rustc_version]
version = "0.4"

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

[dev-dependencies.cargo_metadata]
version = "0.18.1"

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

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

[dev-dependencies.tokio]
version = "1.0"
features = [
    "macros",
    "time",
]
default-features = false