fret-interaction 0.1.0

Interaction policy helpers for Fret ecosystem crates (gestures, state machines, adapters).
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 = "2024"
rust-version = "1.92"
name = "fret-interaction"
version = "0.1.0"
authors = ["Mingzhen Zhuang <superfrankie621@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interaction policy helpers for Fret ecosystem crates (gestures, state machines, adapters)."
homepage = "https://github.com/Latias94/fret"
documentation = "https://docs.rs/fret"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/fret"
resolver = "2"

[features]
default = []
runtime = ["dep:fret-runtime"]

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

[dependencies.fret-core]
version = "0.1.0"

[dependencies.fret-runtime]
version = "0.1.0"
optional = true