# 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 = "rigz_ast" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "AST parser for the rigz programming language" readme = "README.md" keywords = [ "rigz", "ast", ] license = "MIT" repository = "https://gitlab.com/inapinch/rigz/crates/ast" [lib] name = "rigz_ast" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.logos] version = "0.14" [dependencies.proc-macro2] version = "1.0" optional = true [dependencies.quote] version = "1" optional = true [dependencies.rigz_vm] version = "0.35" [features] default = [] derive = [ "dep:proc-macro2", "dep:quote", "rigz_vm/derive", ] log_std_out = ["rigz_vm/log_std_out"]