# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "hex2d" version = "1.1.0" authors = ["Dawid Ciężarkiewicz "] description = "Helper library for working with 2d hex-grid maps" homepage = "https://github.com/dpc/hex2d-rs" documentation = "https://docs.rs/hex2d/" readme = "README.md" keywords = ["game", "map", "hex", "hexagonal", "coordinate"] license = "MIT" repository = "https://github.com/dpc/hex2d-rs" [lib] name = "hex2d" path = "src/lib.rs" [dependencies.num] version = "0.4" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [features] default = ["serde-serde"] serde-serde = ["serde", "serde_derive"]