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