blargle 0.1.0

Provides debugging macros which resolves to compiler errors for release builds
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 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]
edition = "2021"
name = "blargle"
version = "0.1.0"
build = false
exclude = [
    ".gitlab-ci.yml",
    ".rustfmt.toml",
    ".gitignore",
    "/scripts",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides debugging macros which resolves to compiler errors for release builds"
readme = "README.md"
keywords = [
    "macro",
    "debug",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://gitlab.com/nickeldan/blargle"

[features]
log = ["dep:log"]

[lib]
name = "blargle"
path = "src/lib.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.log]
version = "0.4.27"
optional = true