edges 0.9.0

a library for getting the edges of objects in images with transparency
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 = "edges"
version = "0.9.0"
authors = ["@shnewto"]
build = false
exclude = [
    "assets/*",
    ".github/*",
    "examples/*",
]
include = [
    "/LICENSE-APACHE",
    "/LICENSE-MIT",
    "/README.md",
    "/src/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a library for getting the edges of objects in images with transparency"
homepage = "https://github.com/shnewto/edges"
readme = "README.md"
keywords = [
    "image",
    "edge",
    "transparency",
    "sprite",
    "bevy",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/shnewto/edges"

[features]
bevy = [
    "dep:bevy_math",
    "dep:bevy_image",
    "dep:bevy_asset",
]
default = [
    "bevy",
    "parallel",
]
glam-latest = ["dep:glam"]
parallel = ["dep:rayon"]

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

[dependencies.bevy_asset]
version = "0.18"
optional = true
default-features = false

[dependencies.bevy_image]
version = "0.18"
optional = true
default-features = false

[dependencies.bevy_math]
version = "0.18"
optional = true
default-features = false

[dependencies.bitflags]
version = "2.11"

[dependencies.derive_more]
version = "2.1.1"
features = ["full"]

[dependencies.glam]
version = "0.32"
optional = true

[dependencies.image]
version = "0.25"
default-features = false

[dependencies.rayon]
version = "1"
optional = true

[dev-dependencies.bevy_image]
version = "0.18"
features = ["png"]
default-features = false

[dev-dependencies.bevy_render]
version = "0.18"
default-features = false

[dev-dependencies.open]
version = "5"

[dev-dependencies.raqote]
version = "0.8"

[lints.clippy.cast_precision_loss]
level = "allow"
priority = 1

[lints.clippy.pedantic]
level = "warn"
priority = 0