# 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 = "2024" rust-version = "1.94" name = "loco-gen" version = "1.0.0" build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Loco generators" readme = false license = "Apache-2.0" [features] with-db = [] [lib] name = "loco_gen" path = "src/lib.rs" [[test]] name = "db" path = "tests/db.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.colored] version = "3.0" [dependencies.cruet] version = "1.0" [dependencies.duct] version = "1.0.0" [dependencies.heck] version = "0.5.0" [dependencies.include_dir] version = "0.7.4" [dependencies.regex] version = "1" [dependencies.rrgen] version = "0.5.6" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tera] version = "1.19.1" [dependencies.thiserror] version = "2" [dependencies.tracing] version = "0.1.40" [dev-dependencies.insta] version = "1.41.1" features = [ "redactions", "yaml", "filters", ] [dev-dependencies.rstest] version = "0.26.1" [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.syn] version = "2" features = ["full"] [dev-dependencies.tree-fs] version = "0.3" [dev-dependencies.uuid] version = "1.11.0" features = [ "v4", "fast-rng", ]