[dependencies.csv]
version = "1.1"
[dependencies.rand]
features = ["small_rng"]
version = "0.8.4"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.structopt]
version = "0.3.13"
[package]
authors = ["Louis Navarre <louisnavarre@hotmail.com"]
description = "Rust implementation of the WSP space filling algorithm"
edition = "2021"
exclude = ["scripts/*"]
keywords = ["WSP", "space-filling"]
license = "MIT"
name = "wsp"
readme = "README.md"
repository = "https://github.com/louisna/rust-wsp.git"
resolver = "2"
version = "0.1.6"