caller_modpath 0.1.1

Get the module path of the caller in a proc_macro
Documentation
[dependencies.caller_modpath_macros]
version = "0.1.1"

[dependencies.cargo-manifest]
version = "0.2.3"

[dependencies.glob]
version = "0.3.0"

[dependencies.proc-macro2]
version = "1.0.20"

[dependencies.quote]
version = "1.0.6"

[dependencies.uuid]
features = ["v4"]
version = "0.8.2"

[package]
authors = ["Shizcow <pohl.devin@gmail.com>"]
categories = ["development-tools"]
description = "Get the module path of the caller in a proc_macro"
edition = "2018"
keywords = ["module_path", "modpath"]
license = "MIT OR Apache-2.0"
name = "caller_modpath"
readme = "../README.md"
repository = "https://github.com/Shizcow/caller_modpath"
version = "0.1.1"