babbage 0.1.1

Datacube manipulation.
[dependencies.arctk]
features = ["netcdf", "terminal_size"]
version = "0.11.5"

[dependencies.arctk-attr]
version = "0.2.*"

[dependencies.arctk-proc]
version = "0.2.*"

[dependencies.ndarray]
features = ["rayon"]
version = "0.13.*"

[dependencies.ndarray-stats]
version = "0.3.*"

[dependencies.rayon]
version = "1.5.*"

[dependencies.serde]
features = ["derive"]
version = "1.0.*"

[package]
authors = ["Freddy Wordingham <fjmw201@exeter.ac.uk>"]
categories = ["science", "simulation"]
description = "Datacube manipulation."
documentation = "https://freddywordingham.github.io/babbage"
edition = "2018"
exclude = ["docs/", "input/", "output/"]
keywords = ["utility"]
license = "MIT OR Apache-2.0"
name = "babbage"
readme = "README.md"
repository = "https://github.com/FreddyWordingham/babbage"
version = "0.1.1"
[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"
no-default-features = true
targets = ["x86_64-unknown-linux-gnu"]
[profile.bench]
codegen-units = 1
debug = false
debug-assertions = false
incremental = false
lto = "fat"
opt-level = 3
overflow-checks = false
rpath = false

[profile.dev]
codegen-units = 16
debug = true
debug-assertions = true
incremental = true
lto = false
opt-level = 0
overflow-checks = true
panic = "unwind"
rpath = false

[profile.release]
codegen-units = 16
debug = true
debug-assertions = true
incremental = false
lto = false
opt-level = 3
overflow-checks = true
panic = "unwind"
rpath = false

[profile.test]
codegen-units = 16
debug = 2
debug-assertions = true
incremental = true
lto = false
opt-level = 0
overflow-checks = true
rpath = false