drawrs 0.1.2

A tracing engine for Rust
Documentation
[[bin]]
name = "drawrs"
path = "src/main.rs"

[dependencies.device_query]
version = "4.0.0"

[dependencies.enigo]
version = "0.5.0"

[dependencies.image]
version = "0.25"

[dependencies.imageproc]
version = "0.25.0"

[dependencies.indicatif]
features = ["rayon"]
version = "0.17.11"

[dependencies.inquire]
version = "0.7.5"

[dependencies.inquiry]
version = "0.1.0"

[dependencies.native-dialog]
version = "0.9"

[dependencies.rand]
version = "0.9.1"

[dependencies.rayon]
version = "1.10"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A tracing engine for Rust"
edition = "2021"
homepage = "https://github.com/thebearodactyl/drawrs"
keywords = ["tracing", "drawing", "inputsim"]
license = "MIT"
name = "drawrs"
readme = "README.md"
repository = "https://github.com/thebearodactyl/drawrs"
version = "0.1.2"

[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "abort"