# 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 = "spiking_neural_networks" version = "0.23.5" build = false exclude = ["benches/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A package for designing and simulating biological neural network dynamics with neurotransmission" homepage = "https://docs.rs/spiking_neural_networks/latest/spiking_neural_networks/" readme = "README.md" keywords = [ "neuron", "neural", "neuroscience", "neurotransmission", "biophysics", ] categories = [ "science::neuroscience", "science", "mathematics", ] license = "Apache-2.0" repository = "https://github.com/NikhilMukraj/spiking-neural-networks" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [lib] name = "spiking_neural_networks" path = "src/lib.rs" [[example]] name = "bcm" path = "examples/bcm/main.rs" [[example]] name = "hodgkin_huxley" path = "examples/hodgkin_huxley/main.rs" [[example]] name = "hopfield" path = "examples/hopfield/main.rs" [[example]] name = "interacting_pools" path = "examples/interacting_pools/main.rs" [[example]] name = "izhikevich" path = "examples/izhikevich/main.rs" [[example]] name = "lattice" path = "examples/lattice/main.rs" [[example]] name = "lattice_network" path = "examples/lattice_network/main.rs" [[example]] name = "lsm_architecture" path = "examples/lsm_architecture/main.rs" [[example]] name = "morris_lecar" path = "examples/morris_lecar/main.rs" [[example]] name = "rstdp_lattice" path = "examples/rstdp_lattice/main.rs" [[example]] name = "stdp" path = "examples/stdp/main.rs" [dependencies.iterate_and_spike_traits] version = "0.7.0" [dependencies.ndarray] version = "0.15.6" [dependencies.num-complex] version = "0.4.4" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.rayon] version = "1.8.0" [dependencies.rustfft] version = "6.1.0"