# 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.70" name = "typed_floats" version = "1.0.2" build = false include = [ "Cargo.toml", "src/*.rs", "src/**/*.rs", "*.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Types for handling floats with type checking at compile time." readme = "README.md" keywords = [ "floats", "non-zero", "nan", "no_std", ] categories = [ "mathematics", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tdelmas/typed_floats" [package.metadata.docs.rs] features = ["serde"] [lib] name = "typed_floats" path = "src/lib.rs" [dependencies.num-traits] version = "0.2" features = ["libm"] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.typed_floats_macros] version = "=1.0.2" [dev-dependencies.num-traits] version = "0.2" [dev-dependencies.serde_json] version = "1.0" [features] compiler_hints = [] default = [ "std", "compiler_hints", ] ensure_no_undefined_behavior = [] libm = [ "dep:num-traits", "typed_floats_macros/libm", ] serde = ["dep:serde"] std = ["typed_floats_macros/std"] [lints.clippy.cargo] level = "deny" priority = -1 [lints.clippy.complexity] level = "deny" priority = -1 [lints.clippy.correctness] level = "deny" priority = -1 [lints.clippy.nursery] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.clippy.perf] level = "deny" priority = -1 [lints.clippy.style] level = "deny" priority = -1 [lints.clippy.suspicious] level = "deny" priority = -1