numbat-cli 1.23.0

A statically typed programming language for scientific computations with first class support for physical dimensions and units.
# 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"
rust-version = "1.88"
name = "numbat-cli"
version = "1.23.0"
authors = ["David Peter <mail@david-peter.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A statically typed programming language for scientific computations with first class support for physical dimensions and units."
homepage = "https://numbat.dev/"
readme = "README.md"
keywords = [
    "language",
    "compiler",
    "physics",
    "units",
    "calculation",
]
categories = [
    "command-line-utilities",
    "science",
    "mathematics",
    "compilers",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sharkdp/numbat"
resolver = "2"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/numbat-v{ version }-{ target }{ archive-suffix }"
bin-dir = "numbat-v{ version }-{ target }/{ bin }{ binary-ext }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

[package.metadata.binstall.overrides.i686-pc-windows-msvc]
pkg-fmt = "zip"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "suggestions",
    "color",
    "wrap_help",
    "derive",
]

[dependencies.colored]
version = "3"

[dependencies.dirs]
version = "6"

[dependencies.itertools]
version = "0.14"

[dependencies.jiff]
version = "0.2"

[dependencies.numbat]
version = "1.23.0"

[dependencies.rustyline]
version = "16.0.0"
features = ["derive"]

[dependencies.serde]
version = "1.0.195"
features = ["derive"]

[dependencies.termcolor]
version = "1.4.1"

[dependencies.terminal_size]
version = "0.4.2"

[dependencies.toml]
version = "0.8.8"
features = ["parse"]

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

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