Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
35
third-party/vendor/strict-num/Cargo.toml
vendored
Normal file
35
third-party/vendor/strict-num/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue