# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.80.0" name = "cantata" version = "0.2.2" authors = ["T. Hater"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert SONATA package neuro science simulations into Arbor simulations." readme = "Readme.md" keywords = [ "neuro-science", "science", "simulation", ] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/thorstenhater/cantata" [lib] name = "cantata" path = "src/lib.rs" [[bin]] name = "cantata" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.ciborium] version = "0.2" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.csv] version = "1.0" [dependencies.hdf5-metno] version = "0.9.2" [dependencies.nml2] version = "0.3.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-pickle] version = "1.1" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0"