ftl-numkernel 0.1.0

A library designed to provide numerical operations and error handling for both real and complex numbers, also supporting arbitrary precision types
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 = "2021"
name = "ftl-numkernel"
version = "0.1.0"
authors = ["Massimiliano Martinelli <martinelli@imati.cnr.it>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library designed to provide numerical operations and error handling for both real and complex numbers, also supporting arbitrary precision types"
readme = "README.md"
keywords = [
    "mathematics",
    "numerics",
    "complex-numbers",
    "arbitrary-precision",
]
categories = ["mathematics"]
license-file = "LICENSE.md"

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

[dependencies.derive_more]
version = "1.0.0"
features = ["full"]

[dependencies.duplicate]
version = "2.0.0"

[dependencies.num]
version = "0.4.3"
features = ["serde"]

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rug]
version = "1.26.1"
features = ["serde"]
optional = true

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

[dependencies.thiserror]
version = "2.0.3"

[features]
rug = ["dep:rug"]