# 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 = "dpc" version = "0.2.5" authors = ["CarbonSmasher"] default-run = "dpc" description = "A compiler for Minecraft datapacks" readme = "README.md" keywords = [ "minecraft", "datapack", "compiler", ] categories = ["games"] license = "GPL-3.0-or-later" repository = "https://github.com/CarbonSmasher/dpc" [profile.release] strip = true [[bin]] name = "cg_gen" path = "test/codegen/gen_test.rs" [[bin]] name = "playground" path = "test/playground.rs" [[test]] name = "codegen" path = "test/codegen/mod.rs" harness = false [[test]] name = "parse" path = "test/parse/mod.rs" harness = false [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.intset] version = "1.0.2" [dependencies.itertools] version = "0.11.0" [dependencies.num-traits] version = "0.2.16" [dependencies.rand] version = "0.8.5" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.tinyvec] version = "1.6.0" features = ["alloc"] [dev-dependencies.color-print] version = "0.3.5" [dev-dependencies.include_dir] version = "0.7.3"