# 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 = "saphir_macro" version = "2.2.0" authors = ["Richer Archambault "] description = "Macro generation for http server framework" homepage = "https://github.com/richerarc/saphir" documentation = "https://docs.rs/saphir" readme = "README.md" keywords = [ "hyper", "http", "server", "web", "async", ] license = "MIT" repository = "https://github.com/richerarc/saphir" resolver = "2" [lib] name = "saphir_macro" proc-macro = true [dependencies.http] version = "0.2" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = [ "full", "extra-traits", ] [features] default = [] full = ["validate-requests"] tracing-instrument = [] validate-requests = []