# 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 = "whale_fall" version = "1.0.0" description = "a code generator based on data flow style" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/jqiris/whale_fall.git" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.14" features = ["derive"] [dependencies.gosyn] version = "0.2.8" [dependencies.handlebars] version = "5.1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.tempfile] version = "3.9.0" [dependencies.toml] version = "0.8.8"