# 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 = "coprosize" version = "1.0.4" authors = ["Piotr Bajdek "] description = "coprolite research (paleontology and archaeology): estimate the producer's body mass based on coprolite diameter by the use of regression models" readme = "README.md" keywords = [ "paleontology", "archaeology", "biology", "bioinformatics", "science", ] categories = [ "algorithms", "command-line-utilities", "mathematics", "science", ] license = "MIT" repository = "https://github.com/piotrbajdek/coprosize" [[package.metadata.generate-rpm.assets]] source = "target/release/coprosize" dest = "/usr/bin/coprosize" mode = "755" [profile.release] opt-level = "z" codegen-units = 1 strip = true