[dependencies.nom]
default-features = false
features = ["std"]
version = "5.0.1"
[dev-dependencies.difference]
version = "2.0"
[dev-dependencies.insta]
version = "0.8.1"
[package]
authors = ["Sergey Parilin <parilinsa@gmail.com>"]
description = "Parser for ASDL format. Describes the abstract syntax of compiler intermediate representations and other tree-like data structures"
edition = "2018"
exclude = ["/snapshots/*"]
license = "MIT OR Apache-2.0"
name = "asdl"
repository = "https://github.com/pasa/asdl-rs.git"
version = "1.0.1"