# 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 = "hexing" version = "0.3.3" authors = ["CoCoSol"] exclude = [ ".github/*", "docs/*", "rustfmt.toml", ".gitignore", "logo.png", "LICENSE", ] description = "A basic Rust library to manipulate hexagonal grids." readme = "README.md" keywords = [ "bestagon", "hexagon", "hexagonal", "math", "grid", ] categories = [ "algorithms", "mathematics", "data-structures", ] license = "GPL-3.0" repository = "https://github.com/CoCoSol007/hexing" [dependencies.noise] version = "0.9.0" optional = true [dependencies.paste] version = "1.0.15" [dependencies.priority-queue] version = "2.1.0" [dependencies.serde] version = "1.0.208" features = ["derive"] optional = true [features] serde = ["dep:serde"] [lints.clippy] missing_docs_in_private_items = "warn" unwrap_in_result = "warn" unwrap_used = "warn" [lints.clippy.nursery] level = "warn" priority = -1 [lints.rust] missing_docs = "warn"