stability 0.1.0

Rust API stability attributes for the rest of us.
Documentation
[package]
name = "stability"
version = "0.1.0"
description = "Rust API stability attributes for the rest of us."
authors = ["Stephen M. Coakley <me@stephencoakley.com>"]
license = "MIT"
repository = "https://github.com/sagebind/stability"
documentation = "https://docs.rs/stability/"
readme = "README.md"
edition = "2018"

[dependencies]
quote = "1"

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

[lib]
proc-macro = true

[workspace]
members = ["example"]