# 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" name = "map_to_range" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to map numbers from on range to another" readme = "README.md" license = "MIT" repository = "https://github.com/JonasFocke01/map_to_range" [lib] name = "map_to_range" path = "src/lib.rs" [dependencies] [lints.clippy] arithmetic_side_effects = "allow" cast_lossless = "allow" cast_possible_truncation = "allow" cast_precision_loss = "allow" cast_sign_loss = "allow" clone_on_ref_ptr = "warn" expect_used = "warn" float_cmp_const = "warn" indexing_slicing = "warn" module_name_repetitions = "allow" panic = "warn" similar_names = "allow" string_add = "warn" string_to_string = "warn" todo = "warn" unimplemented = "warn" unreachable = "warn" unwrap_used = "warn" wildcard_enum_match_arm = "warn" [lints.clippy.pedantic] level = "warn" priority = -1