[build-dependencies.cargo-toolchain]
version = "0.1.0"
[build-dependencies.rustversion]
version = "1.0"
[dependencies.allow_internal]
version = "0.1.1"
[dependencies.rustversion]
version = "1.0"
[lib]
doctest = false
proc-macro = true
test = true
[package]
authors = ["Peter Kehl <peter.kehl@gmail.com>"]
build = "build.rs"
categories = ["development-tools", "rust-patterns"]
description = "Implementation of 'allow' crate, exported with no prefix (for prefixless lints), and with clippy_ and rustoc_ prefixes."
documentation = "https://docs.rs/allow_prefixed"
edition = "2018"
homepage = "https://github.com/coop-rs/allow"
keywords = ["alias", "lint", "linting", "lints", "semantic"]
license = "MIT OR Apache-2.0"
name = "allow_prefixed"
readme = "README.md"
repository = "https://github.com/coop-rs/allow"
rust-version = "1.45"
version = "0.1.5"