rink 0.9.0

Unit conversion tool, similar to frink
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 = "2018"
name = "rink"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unit conversion tool, similar to frink"
homepage = "https://rinkcalc.app/about"
readme = "README.md"
keywords = [
    "unit",
    "math",
    "conversion",
    "cli",
    "tool",
]
categories = [
    "command-line-utilities",
    "mathematics",
    "science",
]
license = "MPL-2.0"
repository = "https://codeberg.org/tiffany/rink"

[package.metadata.wasm-pack.profile.profiling]
wasm-opt = [
    "-g",
    "-O",
]

[features]
bundle-files = ["rink-core/bundle-files"]
default = ["bundle-files"]

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

[[bin]]
name = "rink"
path = "src/main.rs"

[[test]]
name = "cli_args"
path = "tests/cli_args.rs"

[[test]]
name = "cli_eval"
path = "tests/cli_eval.rs"

[[test]]
name = "fmt_test"
path = "tests/fmt_test.rs"

[[test]]
name = "http_test"
path = "tests/http_test.rs"

[[test]]
name = "repl"
path = "tests/repl.rs"

[[test]]
name = "style_ser_test"
path = "tests/style_ser_test.rs"

[dependencies.clap]
version = "4.5"

[dependencies.curl]
version = "0.4.46"

[dependencies.dirs]
version = "4"

[dependencies.eyre]
version = "0.6"

[dependencies.humantime-serde]
version = "1.0.1"

[dependencies.jiff]
version = "0.2.15"

[dependencies.nu-ansi-term]
version = "0.50"

[dependencies.rink-core]
version = "0.9"
features = ["serde_json"]

[dependencies.rink-sandbox]
version = "0.9"

[dependencies.rustyline]
version = "9"
default-features = false

[dependencies.serde]
version = "1"
default-features = false

[dependencies.serde_derive]
version = "1"

[dependencies.tempfile]
version = "3.2"

[dependencies.toml]
version = "0.5"

[dependencies.ubyte]
version = "0.10.3"
features = ["serde"]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.once_cell]
version = "1"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.similar-asserts]
version = "1.1.0"

[dev-dependencies.tiny_http]
version = "0.12"