instability-example 0.3.12

Example crate demonstrating instablity usage.
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-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"