instinct-ai 0.2.0

Universal Machine-Native System-1 AI Instinct Runtime for Rust & WebAssembly
Documentation
# 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 = "instinct-ai"
version = "0.2.0"
authors = ["Instinct AI Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal Machine-Native System-1 AI Instinct Runtime for Rust & WebAssembly"
homepage = "https://github.com/bhavikprit/instinct-ai"
readme = "README.md"
keywords = [
    "instinct",
    "instinct-ai",
    "system-1",
    "reflex",
]
categories = [
    "science",
    "algorithms",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/bhavikprit/instinct-ai"

[lib]
name = "reflex_rs"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[[example]]
name = "bench"
path = "examples/bench.rs"

[[example]]
name = "compiled_parity"
path = "examples/compiled_parity.rs"

[[example]]
name = "parity"
path = "examples/parity.rs"

[[example]]
name = "quickstart"
path = "examples/quickstart.rs"

[[test]]
name = "test_reflex"
path = "tests/test_reflex.rs"

[dependencies]