instability 0.3.12

Rust API stability attributes for the rest of us. A fork of the `stability` crate.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.88"
name = "instability"
version = "0.3.12"
authors = [
    "Stephen M. Coakley <me@stephencoakley.com>",
    "The Ratatui Developers",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust API stability attributes for the rest of us. A fork of the `stability` crate."
documentation = "https://docs.rs/instability/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ratatui/instability"

[lib]
name = "instability"
path = "src/lib.rs"
proc-macro = true

[dependencies.darling]
version = "0.23"

[dependencies.indoc]
version = "2"

[dependencies.proc-macro2]
version = "1.0.86"

[dependencies.quote]
version = "1.0.25"

[dependencies.syn]
version = "2.0.15"
features = [
    "derive",
    "full",
]

[dev-dependencies.pretty_assertions]
version = "1.4"