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