ifengine 0.0.6

Interactive fiction library
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 = "2024"
name = "ifengine"
version = "0.0.6"
authors = ["Squirreljetpack"]
build = false
include = [
    "LICENSE-APACHE",
    "LICENSE-MIT",
    "**/*.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive fiction library"
readme = "README.md"
keywords = [
    "engine",
    "game",
    "macro",
    "rust",
]
categories = [
    "development-tools",
    "game-development",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Squirreljetpack/ifengine"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["macros"]
macros = ["ifengine_macros"]
rand = [
    "dep:rand",
    "dep:const-fnv1a-hash",
]
serde = ["serde/derive"]
utils = ["dep:num2words"]

[lib]
name = "ifengine"
path = "src/lib.rs"

[dependencies.bitflags]
version = "2.10.0"

[dependencies.const-fnv1a-hash]
version = "1.1.0"
optional = true

[dependencies.iddqd]
version = "0.3.17"

[dependencies.ifengine_macros]
version = "0.*"
optional = true

[dependencies.num2words]
version = "1.2"
optional = true

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

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

[dependencies.thiserror]
version = "2.0.17"

[lints.clippy]

[lints.rust]

[lints.rustdoc]