focus-tracker-core 1.0.0

The core types for the focus tracker crate
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"
name = "focus-tracker-core"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The core types for the focus tracker crate"
homepage = "https://github.com/eurora-labs/eurora/tree/main/crates/common/focus-tracker-core"
readme = "README.md"
keywords = []
license = "Apache-2.0"
repository = "https://github.com/eurora-labs/eurora.git"
resolver = "2"

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

[dependencies.bon]
version = "3"

[dependencies.image]
version = "0"

[dependencies.thiserror]
version = "2"