cantata 0.1.0

Convert SONATA package neuro science simulations into Arbor simulations.
Documentation
[[bin]]
name = "cantata"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.ciborium]
version = "0.2"

[dependencies.clap]
features = ["derive"]
version = "4.0"

[dependencies.csv]
version = "1.0"

[dependencies.hdf5-metno]
version = "0.9"

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

[dependencies.serde-pickle]
version = "1.1"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[lib]
name = "cantata"
path = "src/lib.rs"

[package]
authors = ["T. Hater"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Convert SONATA package neuro science simulations into Arbor simulations."
edition = "2021"
keywords = ["neuro-science", "science", "simulation"]
license = "BSD-3-Clause"
name = "cantata"
readme = "Readme.org"
repository = "https://github.com/thorstenhater/cantata"
version = "0.1.0"