[package] name = "fstop-print-calc" version = "0.3.1" edition = "2021" authors = ["Trevor Bentley "] description = "F-stop time calculator for photographic enlarging" keywords = ["calculator", "photography", "darkroom", "f-stop", "analog"] categories = ["command-line-utilities"] homepage = "https://git.trevorbentley.com/fstop-print-calc" repository = "https://git.trevorbentley.com/fstop-print-calc" readme = "README.md" license = "AGPL-3.0-or-later" [dependencies] clap = { version = "4.5", features = ["derive", "wrap_help"] } clap-num = "1.1.1" clap_derive = "4.5"