[package] authors = ["Adriano Souza"] categories = ["development-tools::ffi"] description = "Library used for the idl language." documentation = "https://adrianos42.github.io/idl" edition = "2021" homepage = "https://adrianos42.github.io/idl" keywords = ["ffi", "idl", "interface", "language"] license-file = "LICENSE" name = "idl" readme = "README.md" repository = "https://github.com/adrianos42/idl" version = "0.1.1" [lib] name = "idl" path = "src/lib.rs" [[bin]] name = "idl" path = "src/bin/main.rs" [dependencies] anyhow = "1.0" base64 = "0.13.0" convert_case = "0.4.0" lazy_static = "1.4.0" proc-macro2 = {version = "1", default-features = false} regex = "1.5" serde = {version = "1.0", features = ["derive"]} serde_json = "1.0" sha3 = "0.9" thiserror = "1.0" ansi_term = "0.12" clap = "3.0.13" codespan-reporting = "0.9" tempfile = "3.2" [dev-dependencies] ansi_term = "0.12" anyhow = "1.0"