[package]
edition = "2024"
name = "rough2"
version = "0.1.1"
authors = ["Christoph J. Scherr <software@cscherr.de>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Find the nearest fraction for some number"
homepage = "https://git.cscherr.de/PlexSheep/rough2"
readme = "README.md"
keywords = [
"math",
"cli",
]
license = "GPL-3.0-or-later"
repository = "https://git.cscherr.de/PlexSheep/rough2"
[lib]
name = "rough2"
path = "src/lib.rs"
[[bin]]
name = "rough2"
path = "src/main.rs"
[[bench]]
name = "rough2crit"
path = "benches/rough2crit.rs"
harness = false
[dependencies.lexopt]
version = "0.3.2"
[dev-dependencies.criterion]
version = "0.5.1"