[[bin]]
name = "heuristics"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.colored]
version = "2.1"
[[example]]
name = "basic"
path = "examples/basic.rs"
[lib]
name = "heuristics"
path = "src/lib.rs"
[package]
authors = ["CryptoPatrick <cryptopatrick@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rules of thumb to improve Rust code."
documentation = "https://docs.rs/heuristics"
edition = "2024"
homepage = "https://github.com/cryptopatrick/heuristics"
keywords = ["heuristics", "rust", "data-structures", "algorithms", "performance"]
license = "MIT"
name = "heuristics"
readme = "README.md"
repository = "https://github.com/cryptopatrick/heuristics"
version = "0.1.0"
[[test]]
name = "tests"
path = "tests/test.rs"