# 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 = "sqrid" version = "0.0.27" authors = ["Leandro Lisboa Penz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Square coordinates and grid-like arrays, with zero dependencies, in a single file" homepage = "https://github.com/lpenz/sqrid" readme = "README.md" keywords = [ "grid", "square", "arrays", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/lpenz/sqrid" [lib] name = "sqrid" path = "src/lib.rs" bench = false [[test]] name = "bf_tests" path = "tests/bf_tests.rs" [[test]] name = "dir_tests" path = "tests/dir_tests.rs" [[test]] name = "grid_tests" path = "tests/grid_tests.rs" [[test]] name = "gridbool_tests" path = "tests/gridbool_tests.rs" [[test]] name = "mov_tests" path = "tests/mov_tests.rs" [[test]] name = "pos_tests" path = "tests/pos_tests.rs" [[test]] name = "search_tests" path = "tests/search_tests.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dev-dependencies.anyhow] version = "1.0.89" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]