Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "cloudmap"
version = "0.1.1"
edition = "2021"
description = "cloudmap"
license = "MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde={version="1",features=["derive"]}
serde_json = { version = "1.0", default-features = true, features = ["alloc"] }

image = "0.24.6"
num-complex = "0.4.3"
regex = "1.8.4"
nalgebra = "0.32.2"
nalgebra-glm = "0.18.0"