# 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 = "thruster-proc" version = "1.3.13" authors = ["Pete Mertz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The proc macros behind the thruster web framework" homepage = "https://thruster.pete.pm" documentation = "https://docs.rs/thruster" readme = "README.md" keywords = [ "thruster", "router", "fast", "http", "hyper", ] license = "MIT" repository = "https://github.com/trezm/thruster" [lib] name = "thruster_proc" path = "src/lib.rs" proc-macro = true [dependencies.darling] version = "0.20.9" [dependencies.lazy_static] version = "1.3.0" [dependencies.proc-macro2] version = "1.0.58" [dependencies.quote] version = "1.0.27" [dependencies.rust-format] version = "0.3.4" [dependencies.syn] version = "2.0.16" features = ["full"] [dependencies.uuid] version = "0.7.4" features = ["v4"]