# 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_range_int" version = "1.1.0" build = false exclude = [ ".idea/*", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "map a value from one range to another" readme = "readme.md" keywords = [ "range", "mapping", ] license = "MIT/Apache-2.0" repository = "https://github.com/thscharler/map_range_int" [lib] name = "map_range_int" path = "src/lib.rs" [[test]] name = "test_16_8" path = "tests/test_16_8.rs" [[test]] name = "test_8_16" path = "tests/test_8_16.rs" [[test]] name = "test_boundary" path = "tests/test_boundary.rs" [[test]] name = "test_i8_u8" path = "tests/test_i8_u8.rs" [[test]] name = "test_oob" path = "tests/test_oob.rs" [[test]] name = "test_scale_u8" path = "tests/test_scale_u8.rs" [[test]] name = "test_time_16" path = "tests/test_time_16.rs" [[test]] name = "test_time_32" path = "tests/test_time_32.rs" [[test]] name = "test_time_32_16" path = "tests/test_time_32_16.rs" [[test]] name = "test_time_32_16_unchecked" path = "tests/test_time_32_16_unchecked.rs" [[test]] name = "test_time_64" path = "tests/test_time_64.rs" [[test]] name = "test_time_8" path = "tests/test_time_8.rs" [[test]] name = "test_time_f64" path = "tests/test_time_f64.rs" [[test]] name = "test_time_f64_unchecked" path = "tests/test_time_f64_unchecked.rs" [dependencies]