sightloom-core 0.1.4

Portable geometry, detections, NMS, zones, and event core for SightLoom
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.97"
name = "sightloom-core"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Portable geometry, detections, NMS, zones, and event core for SightLoom"
homepage = "https://github.com/sergii-ziborov/SightLoom"
documentation = "https://docs.rs/sightloom-core"
readme = "README.md"
keywords = [
    "vision",
    "geometry",
    "detection",
    "nms",
    "no-std",
]
categories = [
    "computer-vision",
    "no-std",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/sergii-ziborov/SightLoom"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
alloc = []
default = []
std = ["alloc"]

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

[[test]]
name = "compat_nms"
path = "tests/compat_nms.rs"

[[test]]
name = "compat_overlap"
path = "tests/compat_overlap.rs"

[[test]]
name = "detection"
path = "tests/detection.rs"

[[test]]
name = "envelope"
path = "tests/envelope.rs"

[[test]]
name = "features"
path = "tests/features.rs"

[[test]]
name = "geometry"
path = "tests/geometry.rs"

[[test]]
name = "nms"
path = "tests/nms.rs"

[[test]]
name = "overlap"
path = "tests/overlap.rs"

[[test]]
name = "properties"
path = "tests/properties.rs"

[[test]]
name = "soft_nms"
path = "tests/soft_nms.rs"

[[test]]
name = "stamp"
path = "tests/stamp.rs"

[[test]]
name = "zone_events"
path = "tests/zone_events.rs"

[[test]]
name = "zone_state_regressions"
path = "tests/zone_state_regressions.rs"

[[test]]
name = "zones_geometry"
path = "tests/zones_geometry.rs"

[[bench]]
name = "core"
path = "benches/core.rs"
harness = false

[dependencies]

[dev-dependencies.blazingly-json]
version = "0.1.4"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.proptest]
version = "1.11.0"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"