# # Copyright (c) Dell Inc., or its subsidiaries. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # [package] name = "pravega-client-macros" version = "0.3.7" edition = "2018" categories = ["network-programming"] keywords = ["streaming", "client", "pravega"] readme = "README.md" documentation = "https://docs.rs/pravega-client/0.3.7/" homepage = "https://www.pravega.io/" repository = "https://github.com/pravega/pravega-client-rust" license = "Apache-2.0" description = "A Rust client for Pravega. (Pravega.io)" authors = ["Tom Kaitchuck ", "Wenqi Mou ", "Sandeep Shridhar "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = "1.0" [lib] proc-macro = true