# 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 = "morphine" version = "0.1.0" authors = ["Sandro Sgier"] description = """ A software-based neuromorphic computing engine """ readme = "README.md" keywords = [ "neuromorphic", "snn", ] categories = [ "neuromorphic-computing", "spiking-neural-networks", ] license = "MIT" repository = "https://github.com/ssgier/morphine" [dependencies.bus] version = "2.3.0" [dependencies.core_affinity] version = "0.7.6" [dependencies.float-cmp] version = "0.9.0" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.17" [dependencies.num_cpus] version = "1.14.0" [dependencies.rand] version = "0.8.5" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.serde_yaml] version = "0.9.14" [dependencies.simple-error] version = "0.2.3" [dependencies.statrs] version = "0.16.0"