[package] name = "here" version = "1.1.1" authors = ["Brendan McGloin "] edition = "2018" license = "MIT" description = "A simple rust macro to print the current file and line number." homepage = "https://github.com/russells-crockpot/here" repository = "https://github.com/russells-crockpot/here" readme = "README.md" documentation = "https://docs.rs/here/" build = "build.rs" keywords = ["development", "here", "debugging", "macros"] categories = ["no-std", "value-formatting", "development-tools", "development-tools::debugging"] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] log = { version = "0.4", optional = true } [features] default = ["std", "off_on_release"] std = [] off_on_release = []