# 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 = "dialga" version = "0.4.2" description = "Blueprint instantiator for Palkia" readme = "README.md" keywords = ["gamedev"] categories = ["game-development"] license = "MIT" repository = "https://www.github.com/gamma-delta/dialga" [dependencies.ahash] version = "0.8.0" [dependencies.eyre] version = "0.6.8" [dependencies.kdl] version = "4.5.0" [dependencies.knurdy] version = "0.1.2" [dependencies.miette] version = "5.3.0" [dependencies.palkia] version = "0.10.0" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.smol_str] version = "0.1.23" [dependencies.thiserror] version = "1.0.34" [dev-dependencies.miette] version = "5.3.0" features = ["fancy"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.wicker] version = "0.2.0"