# 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 = "musclecalc" version = "0.2.4" authors = ["Piotr Bajdek "] description = "fitness: estimate the one repetition maximum (1RM)" readme = "README.md" keywords = [ "bodybuilding", "calculator", "fitness", "gym", "sport", ] categories = [ "command-line-utilities", "mathematics", ] license = "Apache-2.0" repository = "https://github.com/piotrbajdek/musclecalc" [[package.metadata.generate-rpm.assets]] source = "target/release/musclecalc" dest = "/usr/bin/musclecalc" mode = "755" [profile.release] opt-level = "z" codegen-units = 1 strip = true