[package] name = "istsos" version = "0.1.3" edition = "2021" description = "A package to get data from istSOS and to check, calibrate and analyse them." license = "GPL-3.0" license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1", features = ["full"] } serde = { version = "1.0.130", features = ["derive"] } serde_json = "1.0.70" chrono = { version = "0.4.19", features = ["serde"] } statrs = "0.15.0" ndarray = "0.15.3" ndarray-linalg = "0.14.1" ndarray-stats = "0.5.0" csv = "1.1" log = "0.4.14"