# 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 = "2021" name = "palkia" version = "0.16.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Entity Component Message architecture a la Caves of Qud" readme = "README.md" keywords = ["gamedev"] categories = ["game-development"] license = "MIT" repository = "https://www.github.com/gamma-delta/palkia" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "palkia" path = "src/lib.rs" [[example]] name = "game" path = "examples/game.rs" [[test]] name = "builder_access" path = "tests/builder_access.rs" [[test]] name = "callbacks" path = "tests/callbacks.rs" [[test]] name = "cancellation" path = "tests/cancellation.rs" [[test]] name = "compose" path = "tests/compose.rs" [[test]] name = "fabricator" path = "tests/fabricator/main.rs" [[test]] name = "friendly_names" path = "tests/friendly_names.rs" [[test]] name = "lazy" path = "tests/lazy.rs" [[test]] name = "liveness" path = "tests/liveness.rs" [[test]] name = "messages" path = "tests/messages.rs" [[test]] name = "proc_macros" path = "tests/proc_macros/main.rs" [[test]] name = "queries" path = "tests/queries.rs" [[test]] name = "register" path = "tests/register.rs" [[test]] name = "serde" path = "tests/serde.rs" [[test]] name = "spawn_despawn" path = "tests/spawn_despawn.rs" [[test]] name = "track" path = "tests/track.rs" [dependencies.ahash] version = "0.7.6" features = ["serde"] [dependencies.crossbeam] version = "0.8.1" [dependencies.downcast] version = "0.11.0" [dependencies.erased-serde] version = "0.3.31" [dependencies.eyre] version = "0.6.8" [dependencies.generational-arena] version = "0.2.8" features = ["serde"] [dependencies.indexmap] version = "1.9.1" [dependencies.kdl] version = "4.6.0" [dependencies.knurdy] version = "0.2.0" [dependencies.linkme] version = "0.3" [dependencies.miette] version = "5.10.0" [dependencies.palkia_macros] version = "0.13.0" [dependencies.paste] version = "1.0.14" [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.smol_str] version = "0.2.0" [dependencies.thiserror] version = "1.0.43" [dependencies.typetag] version = "0.2.13" [dev-dependencies.aglet] version = "0.5.1" features = ["serde"] [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.crossterm] version = "0.24.0" features = ["serde"] [dev-dependencies.fastrand] version = "1.7.0" [features]