[[example]]
name = "basic"
path = "examples/basic.rs"
[lib]
name = "nameof"
path = "src/lib.rs"
[package]
authors = ["Rico A. Beti <rico.beti@silentbyte.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provides a Rust macro to determine the string name of a binding, type, const, or function."
homepage = "https://github.com/SilentByte/nameof"
keywords = ["macro", "nameof", "no_std"]
license = "MIT"
name = "nameof"
readme = "README.md"
repository = "https://github.com/SilentByte/nameof.git"
version = "1.3.0"
[[test]]
edition = "2015"
name = "nameof_type_2015_edition"
path = "tests/nameof_type_2015_edition.rs"
[[test]]
edition = "2018"
name = "nameof_type_2018_edition"
path = "tests/nameof_type_2018_edition.rs"