# 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 = "predawn-macro" version = "0.9.0" authors = ["zihan "] build = false include = [ "src/**/*", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Macros for predawn" homepage = "https://github.com/ZihanType/predawn" readme = "README.md" keywords = [ "http", "web", "framework", "async", ] license = "MIT/Apache-2.0" repository = "https://github.com/ZihanType/predawn" [lib] name = "predawn_macro" path = "src/lib.rs" proc-macro = true [dependencies.from-attr] version = "0.1" default-features = false [dependencies.http] version = "1" features = ["std"] default-features = false [dependencies.proc-macro2] version = "1" default-features = false [dependencies.quote] version = "1" default-features = false [dependencies.quote-use] version = "0.8" default-features = false [dependencies.syn] version = "2" features = [ "extra-traits", "parsing", "proc-macro", "printing", "full", ] default-features = false [dev-dependencies.http] version = "1" default-features = false [dev-dependencies.serde] version = "1" default-features = false [features] auto-register = [] default = ["auto-register"]