t_convert 1.0.0

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
# 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 = "2024"
name = "t_convert"
version = "1.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]