[package] name = "in_space_routes" version = "0.0.5" authors = ["nkconnor "] edition = "2018" license = "MIT OR Apache-2.0" description = "Routing macros for `in_space`" repository = "https://github.com/nkconnor/in_space" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = {version = "1", features=["full", "extra-traits"]} in_space_core = { path = "../core", version = "0.0.5"} quote = "1" warp = "0.2"