[package] name = "yangfmt" version = "0.1.2" authors = ["Tomas Sandven "] edition = "2021" description = "YANG code formatter" homepage = "https://github.com/Hubro/yangfmt" license-file = "LICENSE" keywords = ["yang", "code-formatter"] categories = ["command-line-utilities", "development-tools"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.2.1", features = ["derive"] } lazy_static = "1.4.0" pretty_assertions = "1.2.1" regex = "1.7.3" textwrap = "0.16"