psyche-host 0.2.19

Host module for Psyche AI Toolset
Documentation
[package]

name = "psyche-host"

version = "0.2.19"

authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]

edition = "2018"

description = "Host module for Psyche AI Toolset"

license = "MIT"

homepage = "https://github.com/PsichiX/psyche"

repository = "https://github.com/PsichiX/psyche"

documentation = "https://docs.rs/psyche-host"



[features]

# default = ["parallel"]

parallel = ["psyche-core/parallel"]



[dependencies]

psyche-core = { version = "0.2", path = "../psyche-core" }