# 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 = "ast-description-lang" version = "0.4.0" authors = ["person93 "] description = "A language to describe your language's AST" license = "MIT OR Apache-2.0" repository = "https://github.com/Person-93/ast-description-lang" resolver = "2" [[test]] name = "e2e" path = "tests/e2e.rs" harness = false [dependencies.anyhow] version = "1.0.54" [dependencies.heck] version = "0.4.0" [dependencies.indexmap] version = "1.8.0" features = ["serde"] [dependencies.proc-macro2] version = "1.0.36" [dependencies.quote] version = "1.0.15" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dev-dependencies.escargot] version = "0.5.7" [dev-dependencies.insta] version = "1.12.0" [dev-dependencies.toml] version = "0.5.8"