2022-05-20 14:07:22 +00:00
|
|
|
[package]
|
|
|
|
name = "air-beautifier"
|
2022-09-13 13:54:57 +00:00
|
|
|
version = "0.1.1"
|
2022-05-20 14:07:22 +00:00
|
|
|
description = "AIR human-readable format transformer library"
|
|
|
|
authors = ["Fluence Labs"]
|
|
|
|
edition = "2018"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/beautifier"
|
|
|
|
publish = false
|
|
|
|
keywords = ["fluence", "air", "beautifier"]
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "air_beautifier"
|
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-09-19 12:31:12 +00:00
|
|
|
air-parser = { version = "0.7.1", path = "../air-lib/air-parser" }
|
2022-10-15 18:08:46 +00:00
|
|
|
itertools = "0.10.5"
|
|
|
|
thiserror = "1.0.37"
|