temp-convert 1.0.1

A command line tool to convert between common temperature units.
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 = "temp-convert"
version = "1.0.1"
authors = ["Bryson Ward"]
build = false
include = [
    "src/**/*.rs",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command line tool to convert between common temperature units."
homepage = "https://github.com/brysonbw/temp-convert"
documentation = "https://docs.rs/temp-convert"
readme = "README.md"
keywords = [
    "temp",
    "temperature",
    "converter",
    "cli",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/brysonbw/temp-convert"

[lib]
name = "temp_convert"
path = "src/lib.rs"

[[bin]]
name = "temp-convert"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.54"
features = ["derive"]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1

[profile.test]
opt-level = 1