# 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 = "2018" name = "swc-neuron" version = "0.4.1" authors = ["Chris Barnes "] description = "Library and CLI utility for interacting with SWC neuronal morphology files" readme = "README.md" license = "MIT" repository = "https://github.com/clbarnes/swc-neuron" [package.metadata.release] publish = false [lib] name = "swc_neuron" path = "src/lib.rs" [[bin]] name = "swctool" path = "src/bin.rs" required-features = ["cli"] [[bench]] name = "swc" harness = false [dependencies.anyhow] version = "1.0" optional = true [dependencies.csv] version = "1.1.3" [dependencies.structopt] version = "0.3" optional = true [dependencies.thiserror] version = "1.0.20" [dev-dependencies.criterion] version = "0.5.1" [features] cli = [ "structopt", "anyhow", ] default = []