enneagram 1.0.2

A digital enneagram
# 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 = "2024"
name = "enneagram"
version = "1.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A digital enneagram"
readme = "README.md"
keywords = [
    "enneagram",
    "personality",
    "psychology",
    "occult",
    "enneatype",
]
categories = [
    "algorithms",
    "mathematics",
]
license = "GPL-3.0"
repository = "https://github.com/sigurd4/enneagram"

[features]
artwork = [
    "dep:ratatui",
    "dep:ratatui-3d",
]
blasphemy = ["dep:rand"]
default = [
    "artwork",
    "pivot",
]
pivot = []

[[bin]]
name = "enneagram"
path = "src/main.rs"

[dependencies.enum-display]
version = "0.2.1"

[dependencies.moddef]
version = "0.3.0"

[dependencies.rand]
version = "0.10.1"
optional = true

[dependencies.ratatui]
version = "0.30.0"
optional = true

[dependencies.ratatui-3d]
version = "0.1.0"
optional = true