# 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" rust-version = "1.70" name = "loco-gen" version = "0.13.2" description = "Loco generators" license = "Apache-2.0" [lib] path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.dialoguer] version = "0.11" [dependencies.duct] version = "0.13" [dependencies.regex] version = "1" [dependencies.rrgen] version = "0.5.3" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1.40" [dev-dependencies.syn] version = "2" features = ["full"] [dev-dependencies.tree-fs] version = "0.2.1" [features] with-db = []