# 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 = "blackstonedf" version = "0.1.0" description = "A compiler for the Blackstone programming language." homepage = "https://blackstonedf.github.io/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/BlackstoneDF/blackstone" [dependencies.ariadne] version = "0.2.0" [dependencies.base64] version = "0.21.0" [dependencies.chumsky] version = "1.0.0-alpha.3" features = ["regex"] [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" [dependencies.toml] version = "0.7.3"