yew_flight_indicators 0.3.0

Flight indicators for Yew websites
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"
name = "yew_flight_indicators"
version = "0.3.0"
authors = ["Finn Bear"]
build = false
exclude = [
    "/Makefile",
    "/svg/",
    "/pages/",
    "/.vscode/",
    "/.github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Flight indicators for Yew websites"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/finnbear/yew_flight_indicators/"

[lib]
name = "yew_flight_indicators"
path = "src/lib.rs"

[dependencies.stylist]
version = "0.15.1"
features = ["yew"]

[dependencies.yew]
version = "0.23.0"