ellip 1.1.1

Elliptic integrals for Rust
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 = "ellip"
version = "1.1.1"
authors = ["Sira Pornsiriprasert <code@psira.me>"]
build = false
include = [
    "/src",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Elliptic integrals for Rust"
homepage = "https://github.com/p-sira/ellip"
documentation = "https://docs.rs/ellip"
readme = "README.md"
keywords = [
    "special",
    "elliptic",
    "integral",
]
categories = [
    "mathematics",
    "science",
    "no-std",
]
license = "BSD-3-Clause"
repository = "https://github.com/p-sira/ellip"

[package.metadata.release]
dependent-version = "upgrade"
pre-release-hook = [
    "bash",
    "scripts/prehook.sh",
]

[features]
default = ["libm"]
libm = ["num-traits/libm"]
no_std = []
std = ["num-traits/std"]
test_force_fail = []
unstable = []

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

[dependencies.num-lazy]
version = "0.4.1"

[dependencies.num-traits]
version = "0.2.19"
default-features = false

[dependencies.numeric_literals]
version = "0.2.0"

[dev-dependencies.criterion]
version = "0.7"

[dev-dependencies.csv]
version = "1.3.1"

[dev-dependencies.ellip-dev-utils]
version = "1.1"

[dev-dependencies.itertools]
version = "0.14"