[package]
edition = "2024"
name = "gridish"
version = "2.0.0"
authors = ["Berwyn Powell"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for working with British and Irish national grid strings."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/BIS-Brecon/gridish"
[features]
quadrants = []
tetrads = []
[lib]
name = "gridish"
path = "src/lib.rs"
[[test]]
name = "api"
path = "tests/api/main.rs"
[[bench]]
name = "parsing"
path = "benches/parsing.rs"
harness = false
[[bench]]
name = "printing"
path = "benches/printing.rs"
harness = false
[dependencies.geo-types]
version = "0.7"
[dependencies.serde]
version = "1.0"
optional = true
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.serde_json]
version = "1.0"