# 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 = "blackstone-df" version = "0.2.0" description = "A programming language designed for the DiamondFire Minecraft server." homepage = "https://github.com/BlackstoneDF/blackstone" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/BlackstoneDF/blackstone" [[bin]] name = "bls" path = "src/main.rs" [dependencies.ariadne] version = "0.2.0" [dependencies.base64] version = "0.21.0" [dependencies.chumsky] version = "0.9.2" [dependencies.itertools] version = "0.10.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.libflate] version = "1.3.0" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3"