[package]
name = "flexpect"
version = "0.1.1"
edition = "2018"
license = "MIT OR Apache-2.0"
description = "#[flexpect::e(...)] compiles to #[expect(...)] for newer versions of Rust and to #[allow(...)] when not supported."
readme = "README.md"
repository = "https://github.com/rusticstuff/flexpect"
homepage = "https://github.com/rusticstuff/flexpect"
keywords = [ "expect", "lint", "macro", "clippy", "warnings"]
[lib]
proc-macro = true
[dependencies]
rustversion = "1.0.17"
[features]
submodtests = []
invalidtests = []