[package]
edition = "2024"
name = "t_convert"
version = "2.0.0"
authors = ["Ethan <kigangadarell@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rust library which can take integer or floating point inputs, or parsed string inputs in order to convert temperature between the units of Celsius, Fahrenheit, and Kelvin."
documentation = "https://docs.rs/t_convert"
readme = "README.md"
keywords = [
"convert",
"temp",
"t_conv",
"efficient",
"conversion",
]
categories = [
"command-line-utilities",
"mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Darethan025/t_convert"
[lib]
name = "t_convert"
path = "src/lib.rs"
[dependencies]