# 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 = "dialogical" version = "0.14.0" authors = ["Cherry "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "P/E/T/S 2037 Dialogue Tree Compiler" homepage = "https://github.com/Lamby777/dialogical" readme = "README.md" keywords = [ "cli", "gamedev", "dialogue", "parser", "dsl", ] categories = [ "command-line-utilities", "game-development", "parser-implementations", ] license = "GPL-3.0-only" repository = "https://github.com/Lamby777/dialogical" [lib] name = "dialogical" path = "src/lib.rs" [[bin]] name = "dg" path = "src/bin/dg.rs" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.map-macro] version = "0.2.6" [dependencies.pretty_assertions] version = "1.4.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.thiserror] version = "1.0.50"