# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "nameof" version = "1.2.2" authors = ["Rico A. Beti "] description = "Provides a Rust macro to determine the string name of a binding, type, const, 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"