[dependencies.darling]
version = "0.20.10"
[dependencies.indoc]
version = "2.0.5"
[dependencies.pretty_assertions]
version = "1.4.1"
[dependencies.proc-macro2]
version = "1.0.89"
[dependencies.quote]
version = "1.0.26"
[dependencies.syn]
features = ["derive", "full"]
version = "2.0.15"
[lib]
name = "instability"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Stephen M. Coakley <me@stephencoakley.com>", "Joshka"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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-org/instability"
rust-version = "1.63"
version = "0.3.3"