[package]
edition = "2021"
rust-version = "1.88"
name = "instability-example"
version = "0.3.12"
authors = [
"Stephen M. Coakley <me@stephencoakley.com>",
"The Ratatui Developers",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Example crate demonstrating instablity usage."
documentation = "https://docs.rs/instability-example/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ratatui/instability"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
default = []
unstable-constant = []
unstable-enum = []
unstable-function = []
unstable-method = []
unstable-module = []
unstable-private-function = []
unstable-reexport = []
unstable-static = []
unstable-struct = []
unstable-struct-with-issue = []
unstable-trait = []
unstable-type-alias = []
[lib]
name = "instability_example"
path = "src/lib.rs"
[dependencies.instability]
version = "0.3.12"