# 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" rust-version = "1.59.0" name = "temp-converter-lib" version = "3.1.4" authors = ["Dalia Rojas Vallejo "] description = "Simple terminal temperature unit converter between Celsius, Fahrenheit and Kelvin." readme = "README.md" keywords = [ "temperature", "converter", "units", "library", "no_deps", ] categories = [ "science", "mathematics", ] license = "Unlicense" repository = "https://github.com/DavoReds/temp-converter" [dev-dependencies.rstest] version = "0.21.0" default-features = false [lints.clippy] enum_glob_use = "deny" nursery = "deny" pedantic = "deny" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"