[package] name = "fam" description = "Flipper Zero Application Manifest format" version = "0.1.5" edition = "2021" authors = ["Alex Koz "] documentation = "https://docs.rs/fam" keywords = ["flipper-zero", "manifest", "format", "fam"] categories = ["parser-implementations"] homepage = "https://github.com/boozook/flipper0/tree/master/format/fam" repository = "https://github.com/boozook/flipper0.git" license = "MIT" readme = "README.md" [dependencies] handlebars = "4.3.5" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } toml = { version = "0.5.9", optional = true }