[package] name = "dasn1-notation" version = "0.1.1" authors = ["Erin Power "] edition = "2018" description = "A compiler for the ASN.1 notation language" license = "MIT/Apache-2.0" [dependencies] failure = "0.1.5" clap = "2.32.0" derefable = "0.1" unwrap_to = "0.1.0" variation = "0.1.0" log = "0.4.6" env_logger = "0.6.1" asn1-pest = { version = "0.1.1", package="dasn1-pest", path = "../dasn1-pest/" } pest = "2.1.0" heck = "0.3.1" itertools = "0.8.0"