[dependencies.darling]
version = "0.23"
[dependencies.indoc]
version = "2"
[dependencies.proc-macro2]
version = "1.0.86"
[dependencies.quote]
version = "1.0.25"
[dependencies.syn]
features = ["derive", "full"]
version = "2.0.15"
[dev-dependencies.pretty_assertions]
version = "1.4"
[lib]
name = "instability"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Stephen M. Coakley <me@stephencoakley.com>", "The Ratatui Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Rust API stability attributes for the rest of us. A fork of the `stability` crate."
documentation = "https://docs.rs/instability/"
edition = "2021"
license = "MIT"
name = "instability"
readme = "README.md"
repository = "https://github.com/ratatui/instability"
rust-version = "1.88"
version = "0.3.11"