# 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 = "framy" version = "0.4.0" build = "build.rs" description = "CLI to scaffold FRAME Pallets and Runtimes." readme = "README.md" license = "\tGPL-3.0-only" repository = "https://github.com/ggwpez/framy" [dependencies.convert_case] version = "0.6.0" [dependencies.env_logger] version = "0.10.0" [dependencies.inquire] version = "0.6.2" [dependencies.log] version = "0.4.20" [dependencies.phf] version = "0.11.2" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.tera] version = "1.19.1" [dependencies.tera-text-filters] version = "1.0.0" [dependencies.typesafe-builders] version = "0.5.0" [build-dependencies.phf_codegen] version = "0.11.2"