# 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 = "visible_area_detection" version = "0.3.0" authors = ["Stephen Sherratt "] description = "Slightly opinionated visible area detection for roguelikes" homepage = "https://github.com/gridbugs/visible-area-detection.git" documentation = "https://docs.rs/visible_area_detection" readme = "README.md" license = "MIT" repository = "https://github.com/gridbugs/visible-area-detection.git" [dependencies.direction] version = "0.18" [dependencies.grid_2d] version = "0.15" [dependencies.rgb_int] version = "0.1" [dependencies.serde] version = "1.0" features = ["serde_derive"] optional = true [dependencies.shadowcast] version = "0.8" [features] serialize = [ "serde", "shadowcast/serialize", "grid_2d/serialize", "rgb_int/serialize", ]