# 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 = "innit" version = "0.1.0" authors = ["Autumn Baker "] build = false exclude = ["innit.gif"] autobins = false autoexamples = false autotests = false autobenches = false description = "An interactive commandline tool for quickly initialising git repositories, written in Rust." readme = "README.md" keywords = [ "git", "github", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/oughtum/innit" [[bin]] name = "innit" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.dialoguer] version = "0.11.0" features = ["fuzzy-select"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.shellexpand] version = "3.1.0" features = ["full"] [dependencies.ureq] version = "2.9.7" features = ["json"]