# 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 = "2018" name = "zoo-endpoint" version = "0.1.2" authors = ["Jess Frazelle "] description = "Macro used by zoo consumers for registering handlers. This wraps dropshot's `Endpoint` and adds some extra functionality for tracing." license = "Apache-2.0" repository = "https://github.com/kittycad/common" resolver = "2" [lib] proc-macro = true [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_tokenstream] version = "0.2" [dependencies.syn] version = "2.0" features = ["full"] [dev-dependencies.anyhow] version = "1.0.80" [dev-dependencies.expectorate] version = "1.1.0" [dev-dependencies.regex] version = "1.10.3" [dev-dependencies.rustfmt-wrapper] version = "0.2.1" [dev-dependencies.schema] version = "0.1.0"