[package] name = "timars" version = "0.1.0" edition = "2024" publish = false authors = ["Christoph J. Scherr "] license = "MIT" readme = "README.md" homepage = "https://git.cscherr.de/PlexSheep/rs-base" repository = "https://git.cscherr.de/PlexSheep/rs-base" [dependencies] getopts = "0.2.21" obfstr = "0.4.4" rayon = { version = "1.10.0", optional = true } thiserror = "2.0.12" [[bin]] name = "bf" path = "src/bf.rs" required-features = ["rayon"] [features] rayon = ["dep:rayon"]