# 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 = "shuttle-codegen" version = "0.49.0" description = "Proc-macro code generator for the shuttle.rs service" license = "Apache-2.0" repository = "https://github.com/shuttle-hq/shuttle" [lib] proc-macro = true [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.47" [dependencies.quote] version = "1.0.21" [dependencies.syn] version = "2.0" features = [ "full", "extra-traits", ] [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.reqwest] version = "0.11.13" features = ["rustls-tls"] default-features = false [dev-dependencies.serde] version = "1.0.148" default-features = false [dev-dependencies.serde_json] version = "1.0.89" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.trybuild] version = "1.0.72" [features] default = []