# 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.56" name = "quickphf_codegen" version = "0.1.1" authors = ["Darko Trifunovski "] description = "Code generator for creating static maps and sets for use with quickphf" readme = "README.md" keywords = [ "hashing", "mphf", "hashmap", "codegen", ] categories = [ "algorithms", "data-structures", ] license = "Zlib OR Apache-2.0 OR MIT" repository = "https://github.com/dtrifuno/quickphf" [[bin]] name = "generate_examples" [dependencies.quickdiv] version = "0.1.1" [dependencies.quickphf] version = "0.1.0" [lints.clippy] cast_lossless = "allow" cast_possible_truncation = "allow" cast_precision_loss = "allow" cast_sign_loss = "allow" doc_markdown = "allow" module_name_repetitions = "allow" must_use_candidate = "allow" pedantic = "warn" [lints.rust] unsafe_code = "forbid"