# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fstop-print-calc" version = "0.3.1" authors = ["Trevor Bentley "] description = "F-stop time calculator for photographic enlarging" homepage = "https://git.trevorbentley.com/fstop-print-calc" readme = "README.md" keywords = [ "calculator", "photography", "darkroom", "f-stop", "analog", ] categories = ["command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://git.trevorbentley.com/fstop-print-calc" [dependencies.clap] version = "4.5" features = [ "derive", "wrap_help", ] [dependencies.clap-num] version = "1.1.1" [dependencies.clap_derive] version = "4.5"