1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-23 13:02:28 +00:00
deprecated-gotham-restful/derive/Cargo.toml

32 lines
677 B
TOML
Raw Normal View History

2019-10-02 10:59:25 +02:00
# -*- eval: (cargo-minor-mode 1) -*-
[package]
name = "gotham_restful_derive"
version = "0.1.0-dev"
2019-10-02 10:59:25 +02:00
authors = ["Dominic Meiser <git@msrd0.de>"]
edition = "2018"
2020-05-05 23:18:05 +02:00
description = "RESTful additions for the gotham web framework - Derive"
keywords = ["gotham", "rest", "restful", "web", "http", "derive"]
license = "EPL-2.0 OR Apache-2.0"
2019-10-02 10:59:25 +02:00
repository = "https://gitlab.com/msrd0/gotham-restful"
[lib]
proc-macro = true
[badges]
gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
[dependencies]
2019-10-27 20:44:23 +00:00
heck = "0.3.1"
lazy_static = "1.4.0"
proc-macro2 = "1.0.12"
quote = "1.0.4"
regex = "1.3.7"
syn = "1.0.18"
2019-10-02 10:59:25 +02:00
[features]
default = []
auth = []
database = []
2019-10-02 10:59:25 +02:00
openapi = []