# 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 = "geneva" version = "0.1.0" description = "Geneva is a code generation CLI, allowing you to effortlessly perform codegen. It comes with friendly templating language." readme = "README.md" keywords = [ "generate", "code", "template", "validate", ] categories = [ "development-tools::build-utils", "development-tools", "template-engine", ] license = "MIT" [dependencies.clap] version = "4.0.15" features = ["derive"] [dependencies.clap_complete] version = "4.0.2" [dependencies.mio] version = "0.8" features = [ "os-poll", "net", ]