[package]
edition = "2018"
name = "psyche-core"
version = "0.2.13"
authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]
description = "Core module for Psyche AI Toolset"
homepage = "https://github.com/PsichiX/psyche"
documentation = "https://docs.rs/psyche-core"
license = "MIT"
repository = "https://github.com/PsichiX/psyche"
[dependencies.rand]
version = "0.5"
[dependencies.rayon]
version = "1.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.uuid]
version = "0.7"
features = ["serde", "v4"]