[dependencies.i_float]
version = "^1.16.0"
[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "^1.0"
[dev-dependencies.rand]
version = "~0.9"
[features]
serde = ["dep:serde", "i_float/serde"]
[lib]
name = "i_shape"
path = "src/lib.rs"
[package]
authors = ["Nail Sharipov <nailxsharipov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "data-structures"]
description = "iShape is a compact and efficient library specifically designed for representing 2D data structures using IntPoint."
edition = "2024"
license = "MIT"
name = "i_shape"
readme = "README.md"
repository = "https://github.com/iShape-Rust/iShape"
version = "1.15.0"
[[test]]
name = "path_test"
path = "tests/path_test.rs"