[[bin]]
name = "trustmebro"
path = "src/main.rs"
[dependencies.proc-macro2]
version = "1.0.93"
[dependencies.quote]
version = "1.0.38"
[dependencies.syn]
features = ["full"]
version = "2.0"
[lib]
name = "trustmebro"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "development-tools"]
description = "A Rust macro that magically turns unsafe code into ‘totally safe, bro’ with no consequences. Ideal for those who want to assert dominance over the compiler and live on the edge of catastrophe."
documentation = "https://docs.rs/trustmebro"
edition = "2021"
keywords = ["unsafe", "macros", "trust", "bravery", "compiler-dominance"]
license-file = "LICENSE"
name = "trustmebro"
readme = "README.md"
repository = "https://github.com/alexcu2718/trustmebro"
rust-version = "1.74.1"
version = "1.0.1"