oden/third-party/vendor/strict-num/Cargo.toml
2024-03-08 11:03:01 -08:00

35 lines
993 B
TOML

# 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 = "2018"
name = "strict-num"
version = "0.1.1"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
description = "A collection of bounded numeric types"
documentation = "https://docs.rs/strict-num/"
readme = "README.md"
categories = [
"mathematics",
"no-std",
]
license = "MIT"
repository = "https://github.com/RazrFalcon/strict-num"
[dependencies.float-cmp]
version = "0.9"
features = ["std"]
optional = true
default-features = false
[features]
approx-eq = ["float-cmp"]
default = ["approx-eq"]