aip-sci 0.1.0

Affective Interaction Programming - 情感交互编程
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 = "aip-sci"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Affective Interaction Programming - 情感交互编程"
homepage = "https://github.com/aip-sci/aip"
documentation = "https://docs.rs/aip-sci"
readme = "README.md"
keywords = [
    "emotion",
    "ai",
    "interaction",
    "affective-computing",
]
categories = [
    "science",
    "algorithms",
    "game-development",
]
license = "MIT"
repository = "https://github.com/aip-sci/aip"

[features]
default = []
director = ["thiserror"]
director_roguelite = [
    "director",
    "edm_roguelite",
    "candle-core",
    "serde",
    "serde_json",
    "ndarray",
]
director_roguelite_training = [
    "director_roguelite",
    "edm_roguelite_training",
    "candle-nn",
]
edm = ["thiserror"]
edm_roguelite = [
    "edm",
    "candle-core",
    "serde",
    "serde_json",
    "ndarray",
]
edm_roguelite_training = [
    "edm_roguelite",
    "candle-nn",
]
ffi = [
    "edm_roguelite",
    "director_roguelite",
]
ffi_training = [
    "ffi",
    "edm_roguelite_training",
    "director_roguelite_training",
]

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

[[test]]
name = "benchmark_test"
path = "tests/benchmark_test.rs"
required-features = [
    "edm_roguelite_training",
    "director_roguelite_training",
]

[[test]]
name = "ffi_test"
path = "tests/ffi_test.rs"
required-features = ["ffi_training"]

[[test]]
name = "full_pipeline_test"
path = "tests/full_pipeline_test.rs"
required-features = [
    "edm_roguelite_training",
    "director_roguelite_training",
]

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
required-features = [
    "edm_roguelite",
    "director_roguelite",
]

[[test]]
name = "performance_report_test"
path = "tests/performance_report_test.rs"
required-features = [
    "edm_roguelite_training",
    "director_roguelite_training",
]

[dependencies.candle-core]
version = "0.9"
optional = true

[dependencies.candle-nn]
version = "0.9"
optional = true

[dependencies.chrono]
version = "0.4"

[dependencies.ndarray]
version = "0.16"
optional = true

[dependencies.num_cpus]
version = "1.16"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.thiserror]
version = "2.0"
optional = true