# 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 = "just-code" version = "0.1.1" build = "build.rs" description = "A simple, easy to configure 'Hello World' generator" readme = "README.md" categories = [ "command-line-utilities", "development-tools", ] license = "WTFPL" repository = "https://github.com/Nuclear-Squid/just-code" [dependencies.convert_case] version = "0.6.0" [dependencies.git2] version = "0.18.1" [dependencies.simple-home-dir] version = "0.2.0" features = ["expand_tilde"] [dependencies.thiserror] version = "1.0.49" [dependencies.toml] version = "0.8.2" [dependencies.tuple-map] version = "0.4.0" [build-dependencies.simple-home-dir] version = "0.2.0" features = ["expand_tilde"]