[package]
name = "nameof"
version = "1.1.0"
authors = ["Rico A. Beti <rico.beti@silentbyte.com>"]
description = "Provides a Rust macro to determine the string name of a binding, type, or function."
homepage = "https://github.com/SilentByte/nameof"
readme = "README.md"
license = "MIT"
repository = "https://github.com/SilentByte/nameof.git"
[[test]]
name = "nameof_type_2015_edition"
path = "tests/nameof_type_2015_edition.rs"
edition = "2015"
[[test]]
name = "nameof_type_2018_edition"
path = "tests/nameof_type_2018_edition.rs"
edition = "2018"
[badges.travis-ci]
branch = "master"
repository = "SilentByte/nameof"