nameof 1.1.0

Provides a Rust macro to determine the string name of a binding, type, or function.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"