# 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 = "parity-map" version = "0.1.2" authors = ["beetle"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "For mapping integers based on their parity" readme = "README.md" license = "MIT" repository = "https://github.com/Mearkatz/parity-map" [lib] name = "parity_map" path = "src/lib.rs" [dependencies.either] version = "1.13.0" [dependencies.num] version = "0.4.3" [lints.clippy.enum_glob_use] level = "deny" priority = -2 [lints.clippy.expect_used] level = "deny" priority = -6 [lints.clippy.nursery] level = "deny" priority = -4 [lints.clippy.pedantic] level = "deny" priority = -3 [lints.clippy.unwrap_used] level = "deny" priority = -5 [lints.rust.missing_docs] level = "deny" priority = -1