# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "flipper0-fam-build" version = "0.1.6" authors = ["Alex Koz "] description = "Flipper0 Application Manifest generator" homepage = "https://github.com/boozook/flipper0/tree/master/build/fam-build" documentation = "https://docs.rs/flipper0-fam-build" readme = "README.md" keywords = [ "flipper-zero", "manifest", "fam", "metadata", ] categories = ["development-tools::build-utils"] license = "MIT" repository = "https://github.com/boozook/flipper0.git" [dependencies.crate-metadata] version = "0.1" [dependencies.fam] version = "0.1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.5.9" optional = true [features] default = [] optional_entry_point = []