numlike 0.1.5

Numeric traits for generic mathematics. Less restrictive alternative to num-traits.
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 = "2024"
name = "numlike"
version = "0.1.5"
authors = ["Mikolaj Wielgus <wielgusmikolaj@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Numeric traits for generic mathematics. Less restrictive alternative to num-traits."
readme = "README.md"
keywords = [
    "mathematics",
    "numerics",
    "no_std",
]
categories = [
    "algorithms",
    "science",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mikwielgus/numlike"

[[package.metadata.release.pre-release-replacements]]
file = "README.md"
search = 'numlike = \{ version = "[^"]+"([^}]*)\}'
replace = '{{crate_name}} = { version = "{{version}}"$1}'

[package.metadata.docs.rs]
cargo-args = [
    "--all-features",
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["std"]
libm = ["dep:libm"]
std = []

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

[dependencies.document-features]
version = "0.2"
optional = true

[dependencies.libm]
version = "0.2"
optional = true