agdu 0.1.0

Amy's Game Dev Utilities
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 = "agdu"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Amy's Game Dev Utilities"
readme = "README.md"
keywords = []
categories = [
    "games",
    "game-development",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AmyGilhespy/agdu"

[features]
backtrace = ["dep:backtrace"]
basic = []
default = ["basic"]
godot = ["dep:godot"]

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

[dependencies.ahash]
version = "0.8.12"

[dependencies.backtrace]
version = "0.3.76"
optional = true

[dependencies.bitcode]
version = "0.6.9"

[dependencies.bitfields]
version = "3.0.0"

[dependencies.bitvec]
version = "1.1.1"

[dependencies.dashmap]
version = "6.2.1"

[dependencies.diceware_wordlists]
version = "1.2.3"
features = ["serde"]

[dependencies.fasteval]
version = "0.2.4"

[dependencies.godot]
version = "0.5.3"
optional = true

[dependencies.hashbrown]
version = "0.17.1"
features = ["serde"]

[dependencies.lz4_flex]
version = "0.13.1"

[dependencies.rand]
version = "0.10.1"

[dependencies.ron]
version = "0.12.1"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "serde_derive",
]
optional = true

[dependencies.thiserror]
version = "2.0.18"

[dependencies.wyrand]
version = "0.4.1"