# 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" rust-version = "1.80.0" name = "float_plus" version = "1.5.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Additional features for float values" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "float_plus" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.cast] version = "0.3.0" [dependencies.num] version = "0.4.3" [dependencies.num-traits] version = "0.2.19" [features] no_std = [] num = [] [lints.clippy] let_and_return = "allow" missing_inline_inpublic_items = "allow" mod_module_files = "allow" module_name_repetitions = "allow" must_use_candidate = "allow" non_exhaustive_structs = "allow" return_self_not_must_use = "allow" self_named_module_files = "allow" similar_names = "allow" std_instead_of_core = "allow" [lints.clippy.pedantic] level = "warn" priority = -1