# 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.74" name = "cell-grid" version = "0.1.1" authors = ["Jonathan Cornaz"] description = "A simple fixed-size 2d grid container suitable for `no_std` game development" readme = "README.md" keywords = [ "2d", "grid", "data-structure", "matrix", "no_std", ] categories = ["data-structures"] license = "Unlicense" repository = "https://github.com/jcornaz/cell-grid" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.aline-v01] version = "0.1.1" optional = true default-features = false package = "aline" [dev-dependencies.rstest] version = "0.18.2" default-features = false [features] aline-v01 = ["dep:aline-v01"] default = ["std"] std = [] [lints.clippy] exhaustive_enums = "warn" exhaustive_structs = "warn" pedantic = "warn" [lints.rust] future_incompatible = "deny" missing_docs = "warn" nonstandard_style = "deny" private_bounds = "warn" private_interfaces = "warn" rust_2018_idioms = "warn" unsafe_code = "deny"