# 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" name = "nml2" version = "0.3.1" authors = ["T. Hater"] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "nmlcc" description = "Convert nmlcc neuro science components into Arbor data formats" readme = "README.md" keywords = [ "neuro-science", "science", "simulation", ] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/thorstenhater/nmlcc" [lib] name = "nml2" path = "src/lib.rs" [[bin]] name = "nmlcc" path = "src/main.rs" [[bin]] name = "schema" path = "src/schema.rs" [[test]] name = "test_acc" path = "tests/test_acc.rs" [[test]] name = "test_bundle" path = "tests/test_bundle.rs" [[test]] name = "test_bundle_sm_nonuniform" path = "tests/test_bundle_sm_nonuniform.rs" [[test]] name = "test_network" path = "tests/test_network.rs" [[test]] name = "test_nmodl" path = "tests/test_nmodl.rs" [dependencies.anyhow] version = "^1.0.0" features = ["backtrace"] [dependencies.clap] version = "^4.5.0" features = ["derive"] [dependencies.nom] version = "^7.1.0" [dependencies.roxmltree] version = "^0.20.0" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.thiserror] version = "^1.0.0" [dependencies.tracing] version = "^0.1" [dependencies.tracing-subscriber] version = "^0.2" [dev-dependencies.pretty_assertions] version = "^1.3.0"