sc_neurocore_engine 3.15.21

High-performance SIMD backend for SC-NeuroCore stochastic neuromorphic computing
Documentation
# SPDX-License-Identifier: AGPL-3.0-or-later
# cargo-deny configuration for sc_neurocore_engine

[advisories]
ignore = []

[licenses]
allow = [
    "AGPL-3.0-or-later",
    "MIT",
    "Apache-2.0",
    "Apache-2.0 WITH LLVM-exception",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "ISC",
    "Unicode-3.0",
    "Unicode-DFS-2016",
    "Zlib",
]

[bans]
multiple-versions = "warn"
wildcards = "allow"

[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]