fend 1.5.8

Arbitrary-precision unit-aware calculator
# 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 = "fend"
version = "1.5.8"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Arbitrary-precision unit-aware calculator"
homepage = "https://github.com/printfn/fend"
readme = "README.md"
keywords = [
    "calculator",
    "cli",
    "conversion",
    "math",
    "tool",
]
categories = [
    "command-line-utilities",
    "mathematics",
    "science",
]
license = "MIT"
repository = "https://github.com/printfn/fend"
resolver = "2"

[features]
default = ["rustls"]
native-tls = [
    "dep:reqwest",
    "reqwest/native-tls",
]
rustls = [
    "dep:reqwest",
    "reqwest/rustls",
]

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

[dependencies.fend-core]
version = "1.5.8"

[dependencies.rand]
version = "0.9.2"
features = ["thread_rng"]
default-features = false

[dependencies.reqwest]
version = "0.13.1"
features = [
    "http2",
    "system-proxy",
]
optional = true
default-features = false

[dependencies.rustyline]
version = "17.0.2"
features = [
    "with-file-history",
    "custom-bindings",
]
default-features = false

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

[dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]
default-features = false

[dependencies.toml]
version = "0.9.11"
features = [
    "parse",
    "serde",
    "std",
]
default-features = false

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Foundation",
    "Win32_Storage_FileSystem",
]