enneagram 1.0.0

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

[features]
blasphemy = ["dep:rand"]
default = []

[[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.0"
optional = true